summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fidelmcs48.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fidelmcs48.cpp')
-rw-r--r--src/mame/drivers/fidelmcs48.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/fidelmcs48.cpp b/src/mame/drivers/fidelmcs48.cpp
index 4ae62b0a02f..b3a6fcdbab2 100644
--- a/src/mame/drivers/fidelmcs48.cpp
+++ b/src/mame/drivers/fidelmcs48.cpp
@@ -48,8 +48,8 @@ public:
DECLARE_READ8_MEMBER(sc6_input_r);
DECLARE_READ_LINE_MEMBER(sc6_input6_r);
DECLARE_READ_LINE_MEMBER(sc6_input7_r);
- void sc6(machine_config &config);
void sc6_map(address_map &map);
+ void sc6(machine_config &config);
};