mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
Oh no, not segfaults again (nw)
This commit is contained in:
parent
f64cf21a2c
commit
94f9ebac75
@ -103,6 +103,9 @@ void aha1740_device::device_add_mconfig(machine_config &config)
|
||||
I82355(config, "bmic", 0);
|
||||
//bmic.lint_callback().set_inputline(m_hpc, hpc_device::I2_LINE);
|
||||
|
||||
IDT7201(config, m_fifo[0]);
|
||||
IDT7201(config, m_fifo[1]);
|
||||
|
||||
NSCSI_BUS(config, "scsi");
|
||||
NSCSI_CONNECTOR(config, "scsi:0", aha174x_scsi_devices, nullptr);
|
||||
NSCSI_CONNECTOR(config, "scsi:1", aha174x_scsi_devices, nullptr);
|
||||
|
Loading…
Reference in New Issue
Block a user