mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
fix subscript compile error (nw)
This commit is contained in:
parent
03b20c9bd8
commit
076616018a
@ -472,7 +472,7 @@ public:
|
||||
ioport_port *m_io_pad[4];
|
||||
ioport_port *m_io_powerpad[2];
|
||||
ioport_port *m_io_mahjong[4];
|
||||
ioport_port *m_io_ftrainer[3];
|
||||
ioport_port *m_io_ftrainer[4];
|
||||
ioport_port *m_io_cc_left;
|
||||
ioport_port *m_io_cc_right;
|
||||
ioport_port *m_io_zapper1_t;
|
||||
|
Loading…
Reference in New Issue
Block a user