mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
nes.c: fixed the flip disk input not being recognized in
the fds driver. nw.
This commit is contained in:
parent
99b58a5c0c
commit
4138b3c871
@ -215,6 +215,7 @@ void nes_state::setup_disk(nes_disksys_device *slot)
|
||||
MACHINE_START_MEMBER( nes_state, fds )
|
||||
{
|
||||
m_ciram = auto_alloc_array(machine(), UINT8, 0x800);
|
||||
m_io_disksel = ioport("FLIPDISK");
|
||||
setup_disk(m_disk);
|
||||
|
||||
// register saves
|
||||
|
Loading…
Reference in New Issue
Block a user