summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/smpc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/smpc.cpp')
-rw-r--r--src/devices/machine/smpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/smpc.cpp b/src/devices/machine/smpc.cpp
index 85a49c5313b..6b2c9f8a733 100644
--- a/src/devices/machine/smpc.cpp
+++ b/src/devices/machine/smpc.cpp
@@ -231,7 +231,7 @@ void smpc_hle_device::static_set_region_code(device_t &device, uint8_t rgn)
{
smpc_hle_device &dev = downcast<smpc_hle_device &>(device);
dev.m_region_code = rgn;
-}
+}
void smpc_hle_device::static_set_control_port_tags(device_t &device, const char *tag1, const char *tag2)
{