summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcona1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/namcona1.h')
-rw-r--r--src/mame/includes/namcona1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/namcona1.h b/src/mame/includes/namcona1.h
index 9f514d31ac2..264c91c1fde 100644
--- a/src/mame/includes/namcona1.h
+++ b/src/mame/includes/namcona1.h
@@ -83,6 +83,8 @@ protected:
DECLARE_WRITE16_MEMBER(paletteram_w);
DECLARE_READ16_MEMBER(gfxram_r);
DECLARE_WRITE16_MEMBER(gfxram_w);
+ DECLARE_READ16_MEMBER(snd_r);
+ DECLARE_WRITE16_MEMBER(snd_w);
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);