summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mugsmash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mugsmash.c')
-rw-r--r--src/mame/drivers/mugsmash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/mugsmash.c b/src/mame/drivers/mugsmash.c
index c43a6924949..474f0675e39 100644
--- a/src/mame/drivers/mugsmash.c
+++ b/src/mame/drivers/mugsmash.c
@@ -48,7 +48,6 @@ behavior we use .
WRITE16_MEMBER(mugsmash_state::mugsmash_reg2_w)
{
-
m_regs2[offset] = data;
//popmessage ("Regs2 %04x, %04x, %04x, %04x", m_regs2[0], m_regs2[1], m_regs2[2], m_regs2[3]);
@@ -390,7 +389,6 @@ GFXDECODE_END
void mugsmash_state::machine_start()
{
-
m_maincpu = machine().device<cpu_device>("maincpu");
m_audiocpu = machine().device<cpu_device>("audiocpu");
}