summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/xsu_cards.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/xsu_cards.c')
-rw-r--r--src/mess/machine/xsu_cards.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mess/machine/xsu_cards.c b/src/mess/machine/xsu_cards.c
index 25598454317..b93ccc9a406 100644
--- a/src/mess/machine/xsu_cards.c
+++ b/src/mess/machine/xsu_cards.c
@@ -11,13 +11,13 @@
SLOT_INTERFACE_START( p1_isa8_cards )
SLOT_INTERFACE("rom", P1_ROM)
- SLOT_INTERFACE("fdc", P1_FDC) // B504
- SLOT_INTERFACE("hdc", P1_HDC) // B942
+ SLOT_INTERFACE("fdc", P1_FDC) // B504
+ SLOT_INTERFACE("hdc", P1_HDC) // B942
/*
- SLOT_INTERFACE("comlpt", P1_COMLPT) // B620
- SLOT_INTERFACE("joy", P1_JOY) // B621
- SLOT_INTERFACE("mouse", P1_MOUSE) // B943
- SLOT_INTERFACE("lan", P1_LAN) // B944
+ SLOT_INTERFACE("comlpt", P1_COMLPT) // B620
+ SLOT_INTERFACE("joy", P1_JOY) // B621
+ SLOT_INTERFACE("mouse", P1_MOUSE) // B943
+ SLOT_INTERFACE("lan", P1_LAN) // B944
*/
SLOT_INTERFACE("pccom", ISA8_COM)
SLOT_INTERFACE("pclpt", ISA8_LPT)
@@ -28,7 +28,7 @@ SLOT_INTERFACE_START( mc1502_isa8_cards )
SLOT_INTERFACE("rom", MC1502_ROM)
SLOT_INTERFACE("fdc", MC1502_FDC)
/*
- SLOT_INTERFACE("hdc", MC1502_HDC)
+ SLOT_INTERFACE("hdc", MC1502_HDC)
*/
SLOT_INTERFACE("pccom", ISA8_COM)
SLOT_INTERFACE("pclpt", ISA8_LPT)