mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
(MESS) a few more MSX_LAYOUT_SLOT fixes (nw)
This commit is contained in:
parent
f77bd512cd
commit
8509ab0af4
@ -2740,7 +2740,7 @@ MSX_LAYOUT_INIT (fs5500)
|
||||
MSX_LAYOUT_SLOT (2, 0, 0, 4, CARTRIDGE2, 0x0000, 0x0000)
|
||||
MSX_LAYOUT_SLOT (3, 0, 0, 1, ROM, 0x4000, 0x8000)
|
||||
MSX_LAYOUT_SLOT (3, 0, 1, 2, ROM, 0x8000, 0x28000)
|
||||
MSX_LAYOUT_SLOT (3, 1, 1, 1, ROM, 0x8000, 0x20000)
|
||||
MSX_LAYOUT_SLOT (3, 1, 1, 2, ROM, 0x8000, 0x20000)
|
||||
MSX_LAYOUT_SLOT (3, 2, 0, 4, RAM, 0x10000, 0x0000) /* 64KB RAM */
|
||||
MSX_LAYOUT_SLOT (3, 3, 1, 1, DISK_ROM2, 0x4000, 0xc000)
|
||||
MSX_LAYOUT_KANJI (0x30000)
|
||||
@ -2838,7 +2838,7 @@ MSX_LAYOUT_INIT (fsa1fm)
|
||||
MSX_LAYOUT_SLOT (2, 0, 0, 4, CARTRIDGE2, 0x0000, 0x0000)
|
||||
MSX_LAYOUT_SLOT (3, 0, 0, 4, RAM_MM, 0x10000, 0x0000) /* 64KB Mapper RAM */
|
||||
MSX_LAYOUT_SLOT (3, 1, 0, 1, ROM, 0x4000, 0x8000)
|
||||
/* MSX_LAYOUT_SLOT (3, 1, 1, 2, MODEM_ROM, 0x20000, 0x20000) */ /* Modem Mapper of FS-CM1/A1FM must be emulated */
|
||||
/* MSX_LAYOUT_SLOT (3, 1, 1, 4, MODEM_ROM, 0x20000, 0x20000) */ /* Modem Mapper of FS-CM1/A1FM must be emulated */
|
||||
/* MSX_LAYOUT_SLOT (3, 2, 1, 1, DISK_ROM, 0x4000, 0xc000) */ /* FDC Emulation of TC8566AF must be emulated */
|
||||
/* MSX_LAYOUT_SLOT (3, 3, 0, 4, FSA1FM_ROM, 0x100000, 0x80000) */ /* Panasonic FS-A1FM Mapper must be emulated */
|
||||
MSX_LAYOUT_KANJI (0x40000)
|
||||
|
Loading…
Reference in New Issue
Block a user