summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/gromport/singleconn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/gromport/singleconn.h')
-rw-r--r--src/devices/bus/ti99/gromport/singleconn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99/gromport/singleconn.h b/src/devices/bus/ti99/gromport/singleconn.h
index 8f02f208d72..10f1062f223 100644
--- a/src/devices/bus/ti99/gromport/singleconn.h
+++ b/src/devices/bus/ti99/gromport/singleconn.h
@@ -24,7 +24,7 @@ public:
DECLARE_READ8Z_MEMBER(crureadz) override;
DECLARE_WRITE8_MEMBER(cruwrite) override;
DECLARE_WRITE_LINE_MEMBER(romgq_line) override;
- DECLARE_WRITE8_MEMBER(set_gromlines) override;
+ void set_gromlines(line_state mline, line_state moline, line_state gsq) override;
DECLARE_WRITE_LINE_MEMBER(gclock_in) override;
bool is_grom_idle() override;