summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp9845_io/hp9845_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp9845_io/hp9845_io.h')
-rw-r--r--src/devices/bus/hp9845_io/hp9845_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/hp9845_io/hp9845_io.h b/src/devices/bus/hp9845_io/hp9845_io.h
index c62c8625563..b3018f7edf8 100644
--- a/src/devices/bus/hp9845_io/hp9845_io.h
+++ b/src/devices/bus/hp9845_io/hp9845_io.h
@@ -86,7 +86,7 @@ public:
virtual DECLARE_WRITE16_MEMBER(reg_w) = 0;
// SC getter
- uint8_t get_sc(void);
+ uint8_t get_sc();
virtual bool has_dual_sc() const;