summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cardline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cardline.cpp')
-rw-r--r--src/mame/drivers/cardline.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/cardline.cpp b/src/mame/drivers/cardline.cpp
index 3c74d31b663..93ae64642ea 100644
--- a/src/mame/drivers/cardline.cpp
+++ b/src/mame/drivers/cardline.cpp
@@ -75,6 +75,7 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
required_device<screen_device> m_screen;
+ void cardline(machine_config &config);
};
void cardline_state::machine_start()
@@ -313,7 +314,7 @@ PALETTE_INIT_MEMBER(cardline_state, cardline)
}
}
-static MACHINE_CONFIG_START( cardline )
+MACHINE_CONFIG_START(cardline_state::cardline)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", I80C32, MASTER_CLOCK)