summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segag80r.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/segag80r.h')
-rw-r--r--src/mame/includes/segag80r.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mame/includes/segag80r.h b/src/mame/includes/segag80r.h
index ad0d0bd4ea5..c5aab8b90f0 100644
--- a/src/mame/includes/segag80r.h
+++ b/src/mame/includes/segag80r.h
@@ -25,8 +25,8 @@ class sega005_sound_device;
class segag80r_state : public segag80snd_common
{
public:
- segag80r_state(const machine_config &mconfig, device_type type, const char *tag) :
- segag80snd_common(mconfig, type, tag),
+ segag80r_state(const machine_config &mconfig, device_type type, const char *tag)
+ : segag80snd_common(mconfig, type, tag),
m_mainram(*this, "mainram"),
m_videoram(*this, "videoram"),
m_sn1(*this, "sn1"),
@@ -41,8 +41,7 @@ public:
m_gfxdecode(*this, "gfxdecode"),
m_screen(*this, "screen"),
m_palette(*this, "palette"),
- m_decrypted_opcodes(*this, "decrypted_opcodes")
- { }
+ m_decrypted_opcodes(*this, "decrypted_opcodes") { }
void g80r_base(machine_config &config);
void monsterb(machine_config &config);