mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
(MESS) pv16: Fixed crash. (nw)
This commit is contained in:
parent
eaa70fc199
commit
62f3ef1302
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user