Re: [hatari-devel] add support for TT ram ? |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
As for having more than 16 MB, I think it can also be handled directly in Hatari in memory.c, because we already do our own translations (for example to map IO regs at $ffffxxxx to $00ffxxxx). These translations are done at the memory_bank level, without requiring an MMU, so it doesn't add any cost since that's the generic mechanism when Hatari wants to translate a logical address in ST space to the physical address in the PC space.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |