summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/smartboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/smartboard.h')
-rw-r--r--src/mame/machine/smartboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/smartboard.h b/src/mame/machine/smartboard.h
index 4eefb86e5bf..c56adda84e7 100644
--- a/src/mame/machine/smartboard.h
+++ b/src/mame/machine/smartboard.h
@@ -47,7 +47,7 @@ private:
output_finder<8,8> m_out_leds;
emu_timer * m_leds_off_timer;
uint8_t m_data;
- uint8_t m_position;
+ uint32_t m_position;
uint8_t m_shift;
};