mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
(MESS) nes: these options should have been internal. nw.
This commit is contained in:
parent
98492665a1
commit
8fc35e8e68
@ -325,8 +325,8 @@ WRITE8_MEMBER(nes_aladdin_device::write_h)
|
||||
//-------------------------------------------------
|
||||
|
||||
static SLOT_INTERFACE_START(ade_cart)
|
||||
SLOT_INTERFACE("algn", NES_ALGN_ROM)
|
||||
SLOT_INTERFACE("algq", NES_ALGQ_ROM)
|
||||
SLOT_INTERFACE_INTERNAL("algn", NES_ALGN_ROM)
|
||||
SLOT_INTERFACE_INTERNAL("algq", NES_ALGQ_ROM)
|
||||
SLOT_INTERFACE_END
|
||||
|
||||
|
||||
|
@ -372,8 +372,8 @@ WRITE8_MEMBER(nes_datach_device::write_h)
|
||||
//-------------------------------------------------
|
||||
|
||||
static SLOT_INTERFACE_START(datach_cart)
|
||||
SLOT_INTERFACE("datach_rom", NES_DATACH_ROM)
|
||||
SLOT_INTERFACE("datach_ep1", NES_DATACH_24C01)
|
||||
SLOT_INTERFACE_INTERNAL("datach_rom", NES_DATACH_ROM)
|
||||
SLOT_INTERFACE_INTERNAL("datach_ep1", NES_DATACH_24C01)
|
||||
SLOT_INTERFACE_END
|
||||
|
||||
|
||||
|
@ -296,7 +296,7 @@ ioport_constructor nes_karaokestudio_device::device_input_ports() const
|
||||
//-------------------------------------------------
|
||||
|
||||
static SLOT_INTERFACE_START(karaoke_studio_cart)
|
||||
SLOT_INTERFACE("ks_exp", NES_KSEXPANSION_ROM)
|
||||
SLOT_INTERFACE_INTERNAL("ks_exp", NES_KSEXPANSION_ROM)
|
||||
SLOT_INTERFACE_END
|
||||
|
||||
|
||||
|
@ -283,7 +283,7 @@ READ8_MEMBER(nes_sunsoft_dcs_device::read_m)
|
||||
//-------------------------------------------------
|
||||
|
||||
static SLOT_INTERFACE_START(ntb_cart)
|
||||
SLOT_INTERFACE("ntbrom", NES_NTB_ROM)
|
||||
SLOT_INTERFACE_INTERNAL("ntbrom", NES_NTB_ROM)
|
||||
SLOT_INTERFACE_END
|
||||
|
||||
static MACHINE_CONFIG_FRAGMENT( sub_slot )
|
||||
|
Loading…
Reference in New Issue
Block a user