summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/upd71071.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/upd71071.c')
-rw-r--r--src/mess/machine/upd71071.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/upd71071.c b/src/mess/machine/upd71071.c
index b3ebe814bd8..58fa6a44e90 100644
--- a/src/mess/machine/upd71071.c
+++ b/src/mess/machine/upd71071.c
@@ -100,7 +100,7 @@ void upd71071_device::device_config_complete()
const upd71071_intf *intf = reinterpret_cast<const upd71071_intf *>(static_config());
if (intf != NULL)
*static_cast<upd71071_intf *>(this) = *intf;
-
+
// or initialize to defaults if none provided
else
{