Previous | 199869 Revisions | Next |
r23720 Saturday 15th June, 2013 at 13:40:46 UTC by Fabio Priuli |
---|
(MESS) fixed P3/P4 NES inputs with simplified code. nw. |
[src/mess/includes] | nes.h |
r23719 | r23720 | |
---|---|---|
555 | 555 | |
556 | 556 | void fds_irq(int scanline, int vblank, int blanked); |
557 | 557 | |
558 | UINT | |
558 | UINT32 m_pad_latch[2]; | |
559 | 559 | UINT8 m_zapper_latch[2][3]; |
560 | 560 | UINT8 m_paddle_latch, m_paddle_btn_latch; |
561 | 561 |
Previous | 199869 Revisions | Next |