summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/arachnid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/arachnid.cpp')
-rw-r--r--src/mame/drivers/arachnid.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/arachnid.cpp b/src/mame/drivers/arachnid.cpp
index a84b40cc2e6..55ebbe329ea 100644
--- a/src/mame/drivers/arachnid.cpp
+++ b/src/mame/drivers/arachnid.cpp
@@ -109,6 +109,7 @@ public:
DECLARE_WRITE_LINE_MEMBER(ptm_o1_callback);
uint8_t read_keyboard(int pa);
+ void arachnid(machine_config &config);
};
/***************************************************************************
@@ -417,7 +418,7 @@ void arachnid_state::machine_start()
MACHINE_CONFIG_START( arachnid )
-------------------------------------------------*/
-static MACHINE_CONFIG_START( arachnid )
+MACHINE_CONFIG_START(arachnid_state::arachnid)
// basic machine hardware
MCFG_CPU_ADD(M6809_TAG, M6809, XTAL_1MHz)
MCFG_CPU_PROGRAM_MAP(arachnid_map)