mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fix compile for I8039 test code in mario sound. (nw)
This commit is contained in:
parent
3a4bc804c0
commit
f1e263f1e5
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user