mirror of
https://github.com/holub/mame
synced 2025-05-10 16:21:42 +03:00
aha1542b: Use correct interrupt line (nw)
This commit is contained in:
parent
2b30eeae8e
commit
00dcbb3d7b
@ -60,7 +60,7 @@ static void aha154x_scsi_devices(device_slot_interface &device)
|
||||
void aha154x_device::scsic_config(device_t *device)
|
||||
{
|
||||
device->set_clock(20'000'000);
|
||||
downcast<aic6250_device &>(*device).int_cb().set_inputline("^^localcpu", I8085_RST75_LINE);
|
||||
downcast<aic6250_device &>(*device).int_cb().set_inputline("^^localcpu", I8085_RST65_LINE);
|
||||
}
|
||||
|
||||
void aha154x_device::device_add_mconfig(machine_config &config)
|
||||
|
Loading…
Reference in New Issue
Block a user