trunk/src/mess/drivers/apple2.c
r32720 | r32721 | |
1030 | 1030 | SLOT_INTERFACE("dx1", A2BUS_DX1) /* Decillonix DX-1 sampler card */ |
1031 | 1031 | SLOT_INTERFACE("tm2ho", A2BUS_TIMEMASTERHO) /* Applied Engineering TimeMaster II H.O. */ |
1032 | 1032 | SLOT_INTERFACE("mouse", A2BUS_MOUSE) /* Apple II Mouse Card */ |
| 1033 | // SLOT_INTERFACE("magicmusician", A2BUS_MAGICMUSICIAN) /* Magic Musician Card */ |
1033 | 1034 | SLOT_INTERFACE_END |
1034 | 1035 | |
1035 | 1036 | static SLOT_INTERFACE_START(apple2eaux_cards) |
r32720 | r32721 | |
1092 | 1093 | MCFG_A2BUS_SLOT_ADD("a2bus", "sl3", apple2_cards, NULL) |
1093 | 1094 | MCFG_A2BUS_SLOT_ADD("a2bus", "sl4", apple2_cards, "mockingboard") |
1094 | 1095 | MCFG_A2BUS_SLOT_ADD("a2bus", "sl5", apple2_cards, NULL) |
1095 | | MCFG_A2BUS_SLOT_ADD("a2bus", "sl6", apple2_cards, "diskiing") |
| 1096 | MCFG_A2BUS_SLOT_ADD("a2bus", "sl6", apple2_cards, "diskii") |
1096 | 1097 | MCFG_A2BUS_SLOT_ADD("a2bus", "sl7", apple2_cards, NULL) |
1097 | 1098 | |
1098 | 1099 | MCFG_SOFTWARE_LIST_ADD("flop525_list","apple2") |