(MESS) pv16: Fixed crash. (nw)

This commit is contained in:
Curt Coder 2013-06-10 19:47:59 +00:00
parent eaa70fc199
commit 62f3ef1302

View File

@ -1289,7 +1289,7 @@ ROM_END
// TODO: The pv16 had only 1 cartridge slot
MSX_LAYOUT_INIT(pv16)
MSX_LAYOUT_SLOT(0, 0, 0, 2, ROM, 0x0000, 0x0000)
MSX_LAYOUT_SLOT(0, 0, 0, 2, ROM, 0x8000, 0x0000)
MSX_LAYOUT_SLOT(0, 0, 3, 1, RAM, 0x4000, 0xC000) /* 16KB RAM */
MSX_LAYOUT_SLOT(1, 0, 0, 4, CARTRIDGE1, 0x0000, 0x0000)
MSX_LAYOUT_SLOT(2, 0, 0, 4, CARTRIDGE2, 0x0000, 0x0000)