summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/novagmcs48.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/novagmcs48.cpp')
-rw-r--r--src/mame/drivers/novagmcs48.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/novagmcs48.cpp b/src/mame/drivers/novagmcs48.cpp
index ffd5d81ec9e..46523cac1f1 100644
--- a/src/mame/drivers/novagmcs48.cpp
+++ b/src/mame/drivers/novagmcs48.cpp
@@ -41,8 +41,8 @@ Otherwise, it's identical to Presto. The MCU internal ROM is same too.
class novagmcs48_state : public novagbase_state
{
public:
- novagmcs48_state(const machine_config &mconfig, device_type type, const char *tag)
- : novagbase_state(mconfig, type, tag)
+ novagmcs48_state(const machine_config &mconfig, device_type type, const char *tag) :
+ novagbase_state(mconfig, type, tag)
{ }
void presto(machine_config &config);