summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/leland.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/leland.cpp')
-rw-r--r--src/mame/drivers/leland.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/leland.cpp b/src/mame/drivers/leland.cpp
index 64e83f6bd87..c4e2a4f43d9 100644
--- a/src/mame/drivers/leland.cpp
+++ b/src/mame/drivers/leland.cpp
@@ -60,6 +60,8 @@
#include "emu.h"
#include "includes/leland.h"
+#include "audio/leland.h"
+
#include "cpu/z80/z80.h"
#include "machine/nvram.h"
#include "sound/volt_reg.h"
@@ -938,7 +940,7 @@ INPUT_PORTS_END
*
*************************************/
-static MACHINE_CONFIG_START( leland, leland_state )
+static MACHINE_CONFIG_START( leland )
/* basic machine hardware */
MCFG_CPU_ADD("master", Z80, MASTER_CLOCK/2)
@@ -1020,7 +1022,7 @@ static MACHINE_CONFIG_DERIVED( lelandi, quarterb )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_START( ataxx, leland_state )
+static MACHINE_CONFIG_START( ataxx )
/* basic machine hardware */
MCFG_CPU_ADD("master", Z80, 6000000)