summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lastduel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lastduel.h')
-rw-r--r--src/mame/includes/lastduel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/lastduel.h b/src/mame/includes/lastduel.h
index 0ca25c128e9..35561bb87f9 100644
--- a/src/mame/includes/lastduel.h
+++ b/src/mame/includes/lastduel.h
@@ -35,6 +35,8 @@ public:
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
required_device<buffered_spriteram16_device> m_spriteram;
+ DECLARE_WRITE16_MEMBER(lastduel_sound_w);
+ DECLARE_WRITE8_MEMBER(mg_bankswitch_w);
};
/*----------- defined in video/lastduel.c -----------*/