summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/madmotor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/madmotor.c')
-rw-r--r--src/mame/drivers/madmotor.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/drivers/madmotor.c b/src/mame/drivers/madmotor.c
index 8e5aa4a3674..3f5aaa7e18a 100644
--- a/src/mame/drivers/madmotor.c
+++ b/src/mame/drivers/madmotor.c
@@ -26,7 +26,6 @@
WRITE16_MEMBER(madmotor_state::madmotor_sound_w)
{
-
if (ACCESSING_BITS_0_7)
{
soundlatch_byte_w(space, 0, data & 0xff);
@@ -221,7 +220,6 @@ GFXDECODE_END
void madmotor_state::machine_start()
{
-
m_maincpu = machine().device<cpu_device>("maincpu");
m_audiocpu = machine().device<cpu_device>("audiocpu");
@@ -230,7 +228,6 @@ void madmotor_state::machine_start()
void madmotor_state::machine_reset()
{
-
m_flipscreen = 0;
}