(MESS) nes: these options should have been internal. nw.

This commit is contained in:
etabeta78 2015-01-11 15:25:28 +01:00
parent 98492665a1
commit 8fc35e8e68
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 )