summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/flkatck.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/flkatck.h')
-rw-r--r--src/mame/includes/flkatck.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/flkatck.h b/src/mame/includes/flkatck.h
index 7e326171f78..f2b8eef0201 100644
--- a/src/mame/includes/flkatck.h
+++ b/src/mame/includes/flkatck.h
@@ -18,8 +18,8 @@
class flkatck_state : public driver_device
{
public:
- flkatck_state(const machine_config &mconfig, device_type type, const char *tag)
- : driver_device(mconfig, type, tag),
+ flkatck_state(const machine_config &mconfig, device_type type, const char *tag) :
+ driver_device(mconfig, type, tag),
m_vram(*this, "vram"),
m_spriteram(*this, "spriteram"),
m_maincpu(*this, "maincpu"),