summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-05-29 20:27:30 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2019-05-29 20:27:30 +1000
commit094c23becbdfebffe50dc13f6ab05067837ac343 (patch)
tree8c2488be12a64fce2d184b6e341b3db4eeb28201
parent03d57d3147e406e6aea1b8d0d35aa0c464e7aecb (diff)
(nw) ampro: hopefully fix compile problem on osx
-rw-r--r--src/mame/drivers/ampro.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ampro.cpp b/src/mame/drivers/ampro.cpp
index b3092ba2b81..93b1aaed812 100644
--- a/src/mame/drivers/ampro.cpp
+++ b/src/mame/drivers/ampro.cpp
@@ -254,10 +254,10 @@ void ampro_state::ampro(machine_config &config)
NSCSI_CONNECTOR(config, "scsi:4", scsi_devices, nullptr);
NSCSI_CONNECTOR(config, "scsi:5", scsi_devices, nullptr);
NSCSI_CONNECTOR(config, "scsi:6", scsi_devices, nullptr);
- NSCSI_CONNECTOR(config, "scsi:7", scsi_devices, "ncr", true).set_option_machine_config("ncr", [this] (device_t *device) {
+ //NSCSI_CONNECTOR(config, "scsi:7", scsi_devices, "ncr", true).set_option_machine_config("ncr", [this] (device_t *device) {
//downcast<ncr5380n_device &>(*device).irq_handler().set(m_ctc, FUNC(z80ctc_device::trg2)); // only if JMP3 shorted
//downcast<ncr5380n_device &>(*device).drq_handler().set(m_dart, FUNC(z80dart_device::dcda_w)); // only if JMP8 shorted
- });
+ //});
}
/* ROM definition */