| 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 |
| r32157 | r32158 | |
|---|---|---|
| 544 | 544 | MCFG_CARTSLOT_NOT_MANDATORY |
| 545 | 545 | MCFG_CARTSLOT_LOAD(exelv_state,exelvision_cartridge) |
| 546 | 546 | MCFG_CARTSLOT_INTERFACE("exelvision_cart") |
| 547 | MCFG_SOFTWARE_LIST_ADD("cart_list","exelvision_cart") | |
| 547 | //MCFG_SOFTWARE_LIST_ADD("cart_list","exelvision_cart") | |
| 548 | 548 | MACHINE_CONFIG_END |
| 549 | 549 | |
| 550 | 550 |
| r32157 | r32158 | |
|---|---|---|
| 586 | 586 | MCFG_CARTSLOT_NOT_MANDATORY |
| 587 | 587 | MCFG_CARTSLOT_LOAD(ti74_state, ti74_cartridge) |
| 588 | 588 | MCFG_CARTSLOT_INTERFACE("ti95_cart") |
| 589 | MCFG_SOFTWARE_LIST_ADD("cart_list", "ti95_cart") | |
| 589 | //MCFG_SOFTWARE_LIST_ADD("cart_list", "ti95_cart") | |
| 590 | 590 | MACHINE_CONFIG_END |
| 591 | 591 | |
| 592 | 592 |
| Previous | 199869 Revisions | Next |