Fix compile for I8039 test code in mario sound. (nw)

This commit is contained in:
couriersud 2016-12-31 03:27:26 +01:00
parent 3a4bc804c0
commit f1e263f1e5

View File

@ -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 */