summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/exidy440.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/exidy440.cpp')
-rw-r--r--src/mame/audio/exidy440.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/audio/exidy440.cpp b/src/mame/audio/exidy440.cpp
index 313be4ebb15..b9ad9b13faf 100644
--- a/src/mame/audio/exidy440.cpp
+++ b/src/mame/audio/exidy440.cpp
@@ -11,6 +11,7 @@
#include "emu.h"
#include "audio/exidy440.h"
+#include "includes/exidy440.h"
#include "cpu/m6809/m6809.h"
#include "speaker.h"
@@ -873,7 +874,7 @@ ADDRESS_MAP_END
*
*************************************/
-MACHINE_CONFIG_START( exidy440_audio )
+MACHINE_CONFIG_START(exidy440_state::exidy440_audio)
MCFG_CPU_ADD("audiocpu", MC6809, EXIDY440_AUDIO_CLOCK)
MCFG_CPU_PROGRAM_MAP(exidy440_audio_map)