msx2: RAM fixup
authorAlan Cox <alan@etchedpixels.co.uk>
Mon, 3 Nov 2014 21:55:00 +0000 (21:55 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Mon, 3 Nov 2014 21:55:00 +0000 (21:55 +0000)
commit1796f76c21f3336217ed15647622ed81aa4bc7db
treee1209b593d641678fcaf912434afa2484f216110
parent2746304e79bee01aaf6e88af543fb70acf990b90
msx2: RAM fixup

Apparently RAM is added in the reverse order to tht expected - 3 is at 0x000
2 is at 0x4000 etc. Add them properly then add 0 so that init picks up the
initial 0xC000 bank for common and udata
Kernel/platform-msx2/main.c
Kernel/platform-msx2/msx2.s