mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
midway/midvunit.h: Fix range error in "Galil" wheel controller emulation. [R. Belmont]
This commit is contained in:
parent
f89e137c57
commit
88f6fc1850
@ -182,7 +182,7 @@ protected:
|
||||
uint8_t m_galil_input_index = 0;
|
||||
uint8_t m_galil_input_length = 0;
|
||||
const char *m_galil_input = nullptr;
|
||||
uint8_t m_galil_output_index = 0;
|
||||
uint16_t m_galil_output_index = 0;
|
||||
char m_galil_output[450]{};
|
||||
uint8_t m_wheel_board_output = 0;
|
||||
uint32_t m_wheel_board_last = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user