summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2014-11-24 22:39:46 -0500
committer arbee <rb6502@users.noreply.github.com>2014-11-24 22:39:46 -0500
commit69d2952a0e953ba208b2170ff2ce0f3c822c211b (patch)
tree39d700bd80e8213fa972080ff15f9d2d3221399c
parent2ac53ead32c9936af7a3f840519b514acb16ec48 (diff)
(MESS) apple2: use diskiing for everything. (nw)
-rw-r--r--src/mess/drivers/apple2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/apple2.c b/src/mess/drivers/apple2.c
index 337a34f1b28..413cab064cc 100644
--- a/src/mess/drivers/apple2.c
+++ b/src/mess/drivers/apple2.c
@@ -1294,7 +1294,7 @@ static MACHINE_CONFIG_START( apple2_common, napple2_state )
MCFG_A2BUS_SLOT_ADD(A2_BUS_TAG, "sl3", apple2_cards, NULL)
MCFG_A2BUS_SLOT_ADD(A2_BUS_TAG, "sl4", apple2_cards, "mockingboard")
MCFG_A2BUS_SLOT_ADD(A2_BUS_TAG, "sl5", apple2_cards, NULL)
- MCFG_A2BUS_SLOT_ADD(A2_BUS_TAG, "sl6", apple2_cards, "diskii")
+ MCFG_A2BUS_SLOT_ADD(A2_BUS_TAG, "sl6", apple2_cards, "diskiing")
MCFG_A2BUS_SLOT_ADD(A2_BUS_TAG, "sl7", apple2_cards, NULL)
MCFG_SOFTWARE_LIST_ADD("flop525_list","apple2")