mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
isbc: these break the SCT (nw)
floppy: don't set mon_w(0) if there's no image otherwise you have to insert, remove and insert a disk again before ready is set (nw)
This commit is contained in:
parent
ea4e878e08
commit
02ffc512dc
@ -359,7 +359,7 @@ void floppy_image_device::device_reset()
|
||||
revolution_count = 0;
|
||||
mon = 1;
|
||||
set_ready(true);
|
||||
if(motor_always_on)
|
||||
if(motor_always_on && image)
|
||||
mon_w(0);
|
||||
}
|
||||
|
||||
|
@ -417,8 +417,8 @@ static MACHINE_CONFIG_DERIVED( isbc8630, rpc86 )
|
||||
MCFG_ISBC_215_IRQ(DEVWRITELINE("pic_0", pic8259_device, ir5_w))
|
||||
|
||||
MCFG_DEVICE_ADD("statuslatch", LS259, 0) // U14
|
||||
MCFG_ADDRESSABLE_LATCH_Q0_OUT_CB(DEVWRITELINE("pit", pit8253_device, write_gate0))
|
||||
MCFG_ADDRESSABLE_LATCH_Q1_OUT_CB(DEVWRITELINE("pit", pit8253_device, write_gate1))
|
||||
// MCFG_ADDRESSABLE_LATCH_Q0_OUT_CB(DEVWRITELINE("pit", pit8253_device, write_gate0))
|
||||
// MCFG_ADDRESSABLE_LATCH_Q1_OUT_CB(DEVWRITELINE("pit", pit8253_device, write_gate1))
|
||||
MCFG_ADDRESSABLE_LATCH_Q2_OUT_CB(WRITELINE(isbc_state, nmi_mask_w))
|
||||
MCFG_ADDRESSABLE_LATCH_Q3_OUT_CB(WRITELINE(isbc_state, override_w))
|
||||
MCFG_ADDRESSABLE_LATCH_Q4_OUT_CB(WRITELINE(isbc_state, bus_intr_out1_w))
|
||||
|
Loading…
Reference in New Issue
Block a user