summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcos2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/namcos2.h')
-rw-r--r--src/mame/includes/namcos2.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/mame/includes/namcos2.h b/src/mame/includes/namcos2.h
index 5ffe5e712e9..6272c642758 100644
--- a/src/mame/includes/namcos2.h
+++ b/src/mame/includes/namcos2.h
@@ -132,6 +132,7 @@ public:
, m_gfxdecode(*this, "gfxdecode")
, m_screen(*this, "screen")
, m_palette(*this, "palette")
+ , m_audiobank(*this, "audiobank")
{ }
optional_device<cpu_device> m_dspmaster;
@@ -276,6 +277,8 @@ protected:
optional_device<gfxdecode_device> m_gfxdecode;
optional_device<screen_device> m_screen;
required_device<palette_device> m_palette;
+
+ optional_memory_bank m_audiobank;
};
class namcos2_state : public namcos2_shared_state
@@ -463,13 +466,4 @@ extern void (*namcos2_kickstart)(running_machine &machine, int internal);
#define NAMCOS2_68K_SLAVE_RAM "bank4"
-/**************************************************************/
-/* */
-/**************************************************************/
-#define BANKED_SOUND_ROM "bank6"
-
-/**************************************************************/
-/* Sound CPU support handlers - 6809 */
-/**************************************************************/
-
#endif // MAME_INCLUDES_NAMCOS2_H