mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
markham.cpp: Fix initialization order error (nw)
This commit is contained in:
parent
287833a64d
commit
1a0ca46e48
@ -120,8 +120,8 @@ private:
|
||||
uint8_t m_coin2_lock_cnt;
|
||||
|
||||
/* banbam protection simulation */
|
||||
uint8_t m_packet_write_pos;
|
||||
uint8_t m_packet_buffer[2];
|
||||
uint8_t m_packet_write_pos;
|
||||
bool m_packet_reset;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user