diff options
Diffstat (limited to 'src/mess/machine/vcs_keypad.h')
-rw-r--r-- | src/mess/machine/vcs_keypad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/vcs_keypad.h b/src/mess/machine/vcs_keypad.h index 29b1df8057a..5cdb194f018 100644 --- a/src/mess/machine/vcs_keypad.h +++ b/src/mess/machine/vcs_keypad.h @@ -45,7 +45,7 @@ protected: virtual UINT8 vcs_pot_x_r(); virtual UINT8 vcs_pot_y_r(); - UINT8 m_column; + UINT8 m_column; }; |