[hatari-devel] add support for TT ram ? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hello
I see that in memory.c code is almost there to handle more ram at
0x01000000 , as provided on TT for example when using 32 bit addressing.
Only missing parts seem to be an option in the UI and some command line
parameters (--tt-ramsize for example).
To use such ram, the cpu needs to use 32-bit addressing mode (--addr24
false), but apart from that it should work with >= 68020.
Is there any reason why it was not enabled so far ?
Nicolas