summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/mario.cpp
diff options
context:
space:
mode:
author couriersud <couriersud@arcor.de>2016-12-31 03:27:26 +0100
committer couriersud <couriersud@arcor.de>2016-12-31 15:21:06 +0100
commitf1e263f1e54e7f1a9c14688031d1fd8fd64b4158 (patch)
treee63525c2c6cbed750560cfca5e9f426449a81b0f /src/mame/audio/mario.cpp
parent3a4bc804c0b39537ede76f7b2d9c939ab8fdcd09 (diff)
Fix compile for I8039 test code in mario sound. (nw)
Diffstat (limited to 'src/mame/audio/mario.cpp')
-rw-r--r--src/mame/audio/mario.cpp5
1 files changed, 1 insertions, 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 */