summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mackbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/mackbd.h')
-rw-r--r--src/mess/machine/mackbd.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mess/machine/mackbd.h b/src/mess/machine/mackbd.h
index 1e7ef3300c9..b4dcee9622d 100644
--- a/src/mess/machine/mackbd.h
+++ b/src/mess/machine/mackbd.h
@@ -38,6 +38,14 @@ public:
// construction/destruction
mackbd_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ DECLARE_READ8_MEMBER(p0_r);
+ DECLARE_WRITE8_MEMBER(p0_w);
+ DECLARE_READ8_MEMBER(p1_r);
+ DECLARE_WRITE8_MEMBER(p1_w);
+ DECLARE_READ8_MEMBER(p2_r);
+ DECLARE_WRITE8_MEMBER(p2_w);
+ DECLARE_READ8_MEMBER(t1_r);
+
protected:
// device-level overrides
virtual void device_start();