mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
pcd: density control (nw)
Loads the SINIX bootloader now.
This commit is contained in:
parent
bc87e1e472
commit
ad5cf3914f
@ -262,6 +262,7 @@ WRITE16_MEMBER( pcd_state::dskctl_w )
|
||||
floppy1->mon_w(!(m_dskctl & 4));
|
||||
floppy1->ss_w((m_dskctl & 8) != 0);
|
||||
}
|
||||
m_fdc->dden_w((m_dskctl & 0x10) ? 1 : 0);
|
||||
}
|
||||
|
||||
READ8_MEMBER( pcd_state::led_r )
|
||||
|
Loading…
Reference in New Issue
Block a user