summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/mario.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/mario.c')
-rw-r--r--src/mame/audio/mario.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/audio/mario.c b/src/mame/audio/mario.c
index b8daf3c973e..e2aad5cb660 100644
--- a/src/mame/audio/mario.c
+++ b/src/mame/audio/mario.c
@@ -516,7 +516,6 @@ WRITE8_MEMBER(mario_state::mario_sh_p2_w)
WRITE8_MEMBER(mario_state::masao_sh_irqtrigger_w)
{
-
if (m_last == 1 && data == 0)
{
/* setting bit 0 high then low triggers IRQ on the sound CPU */
@@ -548,7 +547,6 @@ WRITE8_MEMBER(mario_state::mario_sh2_w)
/* Misc samples */
WRITE8_MEMBER(mario_state::mario_sh3_w)
{
-
switch (offset)
{
case 0: /* death */