summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bzone.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bzone.h')
-rw-r--r--src/mame/includes/bzone.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mame/includes/bzone.h b/src/mame/includes/bzone.h
index 9e64bfa609c..735e200c4eb 100644
--- a/src/mame/includes/bzone.h
+++ b/src/mame/includes/bzone.h
@@ -21,7 +21,7 @@ public:
m_discrete(*this, "discrete"),
m_redbaronsound(*this, "custom")
{ }
-
+
required_device<cpu_device> m_maincpu;
required_device<mathbox_device> m_mathbox;
optional_device<discrete_device> m_discrete;
@@ -45,7 +45,3 @@ public:
/*----------- defined in audio/bzone.c -----------*/
MACHINE_CONFIG_EXTERN( bzone_audio );
-
-
-
-