mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
(MESS) Compile fix. (nw)
This commit is contained in:
parent
a6e72a9d87
commit
5f92cdcadf
@ -207,7 +207,7 @@ void nes_state::machine_reset()
|
||||
if (m_disk_expansion && m_pcb_id == NO_BOARD)
|
||||
m_ppu->set_hblank_callback(fds_irq);
|
||||
else
|
||||
nes_pcb_reset(machine());
|
||||
nes_pcb_reset();
|
||||
|
||||
/* Reset the serial input ports */
|
||||
m_in_0.shift = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user