| Previous | 199869 Revisions | Next |
| r18089 Sunday 23rd September, 2012 at 10:22:01 UTC by Curt Coder |
|---|
| (MESS) Compile fix. (nw) |
| [src/mess/machine] | nes.c |
| r18088 | r18089 | |
|---|---|---|
| 207 | 207 | if (m_disk_expansion && m_pcb_id == NO_BOARD) |
| 208 | 208 | m_ppu->set_hblank_callback(fds_irq); |
| 209 | 209 | else |
| 210 | nes_pcb_reset( | |
| 210 | nes_pcb_reset(); | |
| 211 | 211 | |
| 212 | 212 | /* Reset the serial input ports */ |
| 213 | 213 | m_in_0.shift = 0; |
| Previous | 199869 Revisions | Next |