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

trunk/src/mess/includes/nes.h
r23719r23720
555555
556556   void fds_irq(int scanline, int vblank, int blanked);
557557   
558   UINT8 m_pad_latch[4];
558   UINT32 m_pad_latch[2];
559559   UINT8 m_zapper_latch[2][3];
560560   UINT8 m_paddle_latch, m_paddle_btn_latch;
561561

Previous 199869 Revisions Next


© 1997-2024 The MAME Team