summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/generalplus_gpl16250soc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/generalplus_gpl16250soc.h')
-rw-r--r--src/devices/machine/generalplus_gpl16250soc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/devices/machine/generalplus_gpl16250soc.h b/src/devices/machine/generalplus_gpl16250soc.h
index 50298fdf5eb..d0f33f4bcfd 100644
--- a/src/devices/machine/generalplus_gpl16250soc.h
+++ b/src/devices/machine/generalplus_gpl16250soc.h
@@ -346,7 +346,12 @@ private:
DECLARE_WRITE_LINE_MEMBER(videoirq_w);
DECLARE_WRITE_LINE_MEMBER(audioirq_w);
+ DECLARE_READ16_MEMBER(system_7a35_r);
+ DECLARE_READ16_MEMBER(system_7a37_r);
+ DECLARE_READ16_MEMBER(system_7a39_r);
DECLARE_READ16_MEMBER(system_7a3a_r);
+ DECLARE_READ16_MEMBER(system_7a46_r);
+ DECLARE_READ16_MEMBER(system_7a54_r);
void checkirq6();