summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/playch10.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/playch10.h')
-rw-r--r--src/mame/includes/playch10.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/playch10.h b/src/mame/includes/playch10.h
index 6bc2ec6cfe1..b08a8a9fdc1 100644
--- a/src/mame/includes/playch10.h
+++ b/src/mame/includes/playch10.h
@@ -45,6 +45,11 @@ public:
int m_gboard_command;
int m_pc10_bios;
tilemap_t *m_bg_tilemap;
+ DECLARE_WRITE8_MEMBER(up8w_w);
+ DECLARE_READ8_MEMBER(ram_8w_r);
+ DECLARE_WRITE8_MEMBER(ram_8w_w);
+ DECLARE_WRITE8_MEMBER(sprite_dma_w);
+ DECLARE_WRITE8_MEMBER(time_w);
};