nes.c: fixed the flip disk input not being recognized in

the fds driver. nw.
This commit is contained in:
etabeta78 2015-06-02 11:29:19 +02:00
parent 99b58a5c0c
commit 4138b3c871

View File

@ -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