From f1e263f1e54e7f1a9c14688031d1fd8fd64b4158 Mon Sep 17 00:00:00 2001 From: couriersud Date: Sat, 31 Dec 2016 03:27:26 +0100 Subject: Fix compile for I8039 test code in mario sound. (nw) --- src/mame/audio/mario.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/mame/audio/mario.cpp b/src/mame/audio/mario.cpp index 28f0ca4f1fe..c7fd9b96292 100644 --- a/src/mame/audio/mario.cpp +++ b/src/mame/audio/mario.cpp @@ -14,9 +14,6 @@ * ****************************************************************/ -/* FIXME: Capacitor aging - only in for calibration now */ -/* Adjustments are needed to bring this close to recordings */ - #define RUN_VCO_VOLTAGE (0.0) /* 5 in schematics */ #define USE_8039 (0) /* set to 1 to try 8039 hack */ @@ -450,7 +447,7 @@ void mario_state::sound_reset() address_space &space = machine().device("audiocpu")->memory().space(AS_PROGRAM); #if USE_8039 - set_ea(machine, 1); + set_ea(space, 1); #endif /* FIXME: convert to latch8 */ -- cgit v1.2.3