summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/isa_cards.cpp
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2019-04-05 19:04:52 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2019-04-08 10:58:37 +0700
commitcf64b0fed3c59d2aa5f0a7ccb272ecf758c2fcfd (patch)
tree46f7ab51049eb472293d181ec1ce3558eea4d82a /src/devices/bus/isa/isa_cards.cpp
parentf0d27bc6031ef89c3b32c2f94a8ba1f002cfcc2a (diff)
3c505: replace hle (nw)
For review/comment especially by @rb6502 and Hans Ostermeyer because it's: * a rewrite/replacement of prior work, and proposes taking over the copyright as well; and * untested on Apollo at the moment because the driver is crashing while trying to install Domain/OS (unrelated to this device). Testing with the 3c505.exe diagnostic program on MS-DOS passes the Group 1 & 2 tests successfully when using 16-bit DMA channel. It intermittently fails the Group 2 transmit test when using an 8-bit channel.
Diffstat (limited to 'src/devices/bus/isa/isa_cards.cpp')
-rw-r--r--src/devices/bus/isa/isa_cards.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/isa/isa_cards.cpp b/src/devices/bus/isa/isa_cards.cpp
index 6c06beabb5e..5b0c2315f38 100644
--- a/src/devices/bus/isa/isa_cards.cpp
+++ b/src/devices/bus/isa/isa_cards.cpp
@@ -176,7 +176,6 @@ void pc_isa16_cards(device_slot_interface &device)
device.option_add("gfxultrap", ISA16_SVGA_GFXULTRAPRO);
device.option_add("tgui9680",ISA16_SVGA_TGUI9680);
device.option_add("3c505", ISA16_3C505);
- device.option_add("3c505_lle", ISA16_3C505_LLE);
device.option_add("mach64", ISA16_SVGA_MACH64);
device.option_add("sb16_lle", ISA16_SB16);
device.option_add("mcd", ISA16_MCD);