summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/isa_cards.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-04-17 22:04:10 +1000
committer Vas Crabb <vas@vastheman.com>2018-04-17 22:04:10 +1000
commitd79226cc3d935057ffcee12573899a30b2c9c7ea (patch)
tree06737571ed6c521fd4cd951a45e42d2371195906 /src/devices/bus/isa/isa_cards.cpp
parentb532bcc4358361cd67736b07fc8678161fe45704 (diff)
Revert "(PC-ISA): Add Action Replay card for DOS (1994) (#3445)"
This reverts commit ff815797c969621ad027dca12783f07f3d8f360a.
Diffstat (limited to 'src/devices/bus/isa/isa_cards.cpp')
-rw-r--r--src/devices/bus/isa/isa_cards.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/devices/bus/isa/isa_cards.cpp b/src/devices/bus/isa/isa_cards.cpp
index bd514cc6a87..5701350db46 100644
--- a/src/devices/bus/isa/isa_cards.cpp
+++ b/src/devices/bus/isa/isa_cards.cpp
@@ -61,7 +61,7 @@
// other
#include "finalchs.h"
-#include "areplay.h"
+
SLOT_INTERFACE_START( pc_isa8_cards )
SLOT_INTERFACE("mda", ISA8_MDA)
@@ -106,7 +106,6 @@ SLOT_INTERFACE_START( pc_isa8_cards )
SLOT_INTERFACE("wd1002a_wx1", ISA8_WD1002A_WX1)
SLOT_INTERFACE("dectalk", ISA8_DECTALK)
SLOT_INTERFACE("pds", ISA8_PDS)
- SLOT_INTERFACE("areplay", ISA8_AREPLAY)
SLOT_INTERFACE_END
SLOT_INTERFACE_START( pc_isa16_cards )
@@ -142,7 +141,6 @@ SLOT_INTERFACE_START( pc_isa16_cards )
SLOT_INTERFACE("fdcsmc", ISA8_FDC_SMC)
SLOT_INTERFACE("dectalk", ISA8_DECTALK)
SLOT_INTERFACE("pds", ISA8_PDS)
- SLOT_INTERFACE("areplay", ISA8_AREPLAY)
// 16-bit
SLOT_INTERFACE("ide", ISA16_IDE)
SLOT_INTERFACE("ne2000", NE2000)