summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wpc_dot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wpc_dot.h')
-rw-r--r--src/mame/includes/wpc_dot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/wpc_dot.h b/src/mame/includes/wpc_dot.h
index c34dcdb36e7..910fbe82ad6 100644
--- a/src/mame/includes/wpc_dot.h
+++ b/src/mame/includes/wpc_dot.h
@@ -50,8 +50,8 @@ protected:
static const device_timer_id TIMER_VBLANK = 0;
static const device_timer_id TIMER_IRQ = 1;
- DECLARE_READ8_MEMBER(ram_r);
- DECLARE_WRITE8_MEMBER(ram_w);
+ uint8_t ram_r(offs_t offset);
+ void ram_w(offs_t offset, uint8_t data);
DECLARE_WRITE_LINE_MEMBER(wpcsnd_reply_w);
DECLARE_WRITE_LINE_MEMBER(wpc_irq_w);
DECLARE_WRITE_LINE_MEMBER(wpc_firq_w);