summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cbuster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cbuster.h')
-rw-r--r--src/mame/includes/cbuster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/cbuster.h b/src/mame/includes/cbuster.h
index 4cc7d0b74de..9c49fccee24 100644
--- a/src/mame/includes/cbuster.h
+++ b/src/mame/includes/cbuster.h
@@ -27,7 +27,7 @@ public:
m_paletteram(*this, "palette"),
m_paletteram_ext(*this, "palette_ext")
{ }
-
+
/* devices */
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;