summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/1ma6.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/1ma6.h')
-rw-r--r--src/devices/machine/1ma6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/1ma6.h b/src/devices/machine/1ma6.h
index d2943857760..cb083e05c88 100644
--- a/src/devices/machine/1ma6.h
+++ b/src/devices/machine/1ma6.h
@@ -23,8 +23,8 @@ public:
hp_1ma6_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// Register read/write
- DECLARE_WRITE8_MEMBER(reg_w);
- DECLARE_READ8_MEMBER(reg_r);
+ void reg_w(offs_t offset, uint8_t data);
+ uint8_t reg_r(offs_t offset);
DECLARE_WRITE_LINE_MEMBER(cart_out_w);
DECLARE_WRITE_LINE_MEMBER(hole_w);