summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kissproto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/kissproto.c')
-rw-r--r--src/mame/drivers/kissproto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/kissproto.c b/src/mame/drivers/kissproto.c
index 614dd3d301d..7d4193c39c2 100644
--- a/src/mame/drivers/kissproto.c
+++ b/src/mame/drivers/kissproto.c
@@ -14,7 +14,7 @@ class kissp_state : public driver_device
public:
kissp_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
- m_maincpu(*this, "maincpu")
+ m_maincpu(*this, "maincpu")
{ }
protected: