Hi,
I played around a little bit with the ram and rom banking of the MSX2.
As an information source I used this document:
http://www.work.de/nocash/portar.txt
In section "Memory" I found the description of the slot register and the memory mapper.
What I want is to hide all roms, so that I see the full 64K ram (which I may swap with the ports #FC-#FF).
So I did the following:
ld bc,#ffa8
out (c),b
ld a,#aa
ld (#ffff),a
This seems to work. I just wonder if this is the best way to hide all roms/catridges/mapped IOs, or do I need to consider something else?
CU,
Prodatron
Login or register to post comments