summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/spg110.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/spg110.h')
-rw-r--r--src/devices/machine/spg110.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/spg110.h b/src/devices/machine/spg110.h
index 1cdfc2e19e9..91a715fc755 100644
--- a/src/devices/machine/spg110.h
+++ b/src/devices/machine/spg110.h
@@ -96,6 +96,7 @@ private:
DECLARE_READ16_MEMBER(get_pal_r) { return 0; /*m_pal_flag;*/ }
void configure_spg_io(spg2xx_io_device* io);
+ DECLARE_WRITE_LINE_MEMBER(videoirq_w);
};
DECLARE_DEVICE_TYPE(SPG110, spg110_device)