summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/p2000t.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/p2000t.h')
-rw-r--r--src/mame/includes/p2000t.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/p2000t.h b/src/mame/includes/p2000t.h
index 4c41f72e9fe..c4616a5a7e0 100644
--- a/src/mame/includes/p2000t.h
+++ b/src/mame/includes/p2000t.h
@@ -41,7 +41,7 @@ protected:
DECLARE_WRITE8_MEMBER(p2000t_port_888b_w);
DECLARE_WRITE8_MEMBER(p2000t_port_8c90_w);
DECLARE_WRITE8_MEMBER(p2000t_port_9494_w);
- DECLARE_READ8_MEMBER(videoram_r);
+ uint8_t videoram_r(offs_t offset);
INTERRUPT_GEN_MEMBER(p2000_interrupt);