summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sat_ctrl/mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sat_ctrl/mouse.h')
-rw-r--r--src/devices/bus/sat_ctrl/mouse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sat_ctrl/mouse.h b/src/devices/bus/sat_ctrl/mouse.h
index f0ea613f8e3..87e1d847e8c 100644
--- a/src/devices/bus/sat_ctrl/mouse.h
+++ b/src/devices/bus/sat_ctrl/mouse.h
@@ -35,7 +35,7 @@ protected:
// device-level overrides
virtual void device_start() override;
virtual void device_reset() override;
-
+
// device_saturn_control_port_interface overrides
virtual UINT8 read_ctrl(UINT8 offset) override;
virtual UINT8 read_status() override { return 0xf1; }