Previous 199869 Revisions Next

r23608 Monday 10th June, 2013 at 19:47:59 UTC by Curt Coder
(MESS) pv16: Fixed crash. (nw)
[src/mess/drivers]msx.c

trunk/src/mess/drivers/msx.c
r23607r23608
12891289
12901290// TODO: The pv16 had only 1 cartridge slot
12911291MSX_LAYOUT_INIT(pv16)
1292   MSX_LAYOUT_SLOT(0, 0, 0, 2, ROM, 0x0000, 0x0000)
1292   MSX_LAYOUT_SLOT(0, 0, 0, 2, ROM, 0x8000, 0x0000)
12931293   MSX_LAYOUT_SLOT(0, 0, 3, 1, RAM, 0x4000, 0xC000)   /* 16KB RAM */
12941294   MSX_LAYOUT_SLOT(1, 0, 0, 4, CARTRIDGE1, 0x0000, 0x0000)
12951295   MSX_LAYOUT_SLOT(2, 0, 0, 4, CARTRIDGE2, 0x0000, 0x0000)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team