summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/ti99/mecmouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/ti99/mecmouse.h')
-rw-r--r--src/mess/machine/ti99/mecmouse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/ti99/mecmouse.h b/src/mess/machine/ti99/mecmouse.h
index 5481134d92d..895ffe07830 100644
--- a/src/mess/machine/ti99/mecmouse.h
+++ b/src/mess/machine/ti99/mecmouse.h
@@ -30,7 +30,7 @@ protected:
virtual void device_reset(void);
virtual ioport_constructor device_input_ports() const;
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
-
+
private:
int m_last_select;
bool m_read_y_axis;