Previous 199869 Revisions Next

r32158 Wednesday 17th September, 2014 at 19:00:01 UTC by Oliver Stöneberg
disabled references to non-existent software lsits (nw)
[src/mess/drivers]exelv.c ti74.c

trunk/src/mess/drivers/exelv.c
r32157r32158
544544   MCFG_CARTSLOT_NOT_MANDATORY
545545   MCFG_CARTSLOT_LOAD(exelv_state,exelvision_cartridge)
546546   MCFG_CARTSLOT_INTERFACE("exelvision_cart")
547   MCFG_SOFTWARE_LIST_ADD("cart_list","exelvision_cart")
547   //MCFG_SOFTWARE_LIST_ADD("cart_list","exelvision_cart")
548548MACHINE_CONFIG_END
549549
550550
trunk/src/mess/drivers/ti74.c
r32157r32158
586586   MCFG_CARTSLOT_NOT_MANDATORY
587587   MCFG_CARTSLOT_LOAD(ti74_state, ti74_cartridge)
588588   MCFG_CARTSLOT_INTERFACE("ti95_cart")
589   MCFG_SOFTWARE_LIST_ADD("cart_list", "ti95_cart")
589   //MCFG_SOFTWARE_LIST_ADD("cart_list", "ti95_cart")
590590MACHINE_CONFIG_END
591591
592592

Previous 199869 Revisions Next


© 1997-2024 The MAME Team