summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pastelg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pastelg.h')
-rw-r--r--src/mame/includes/pastelg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/pastelg.h b/src/mame/includes/pastelg.h
index a4a73a67d60..d518fdbc739 100644
--- a/src/mame/includes/pastelg.h
+++ b/src/mame/includes/pastelg.h
@@ -19,6 +19,11 @@ public:
UINT8 *m_videoram;
UINT8 *m_clut;
int m_flipscreen_old;
+ DECLARE_READ8_MEMBER(pastelg_sndrom_r);
+ DECLARE_READ8_MEMBER(pastelg_irq_ack_r);
+ DECLARE_READ8_MEMBER(threeds_inputport1_r);
+ DECLARE_READ8_MEMBER(threeds_inputport2_r);
+ DECLARE_WRITE8_MEMBER(threeds_inputportsel_w);
};