summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/taitoio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/taitoio.c')
-rw-r--r--src/mame/machine/taitoio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/taitoio.c b/src/mame/machine/taitoio.c
index 57e17cf368d..703316db221 100644
--- a/src/mame/machine/taitoio.c
+++ b/src/mame/machine/taitoio.c
@@ -71,7 +71,7 @@ void tc0220ioc_device::device_config_complete()
const tc0220ioc_interface *intf = reinterpret_cast<const tc0220ioc_interface *>(static_config());
if (intf != NULL)
*static_cast<tc0220ioc_interface *>(this) = *intf;
-
+
// or initialize to defaults if none provided
else
{
@@ -216,7 +216,7 @@ void tc0510nio_device::device_config_complete()
const tc0510nio_interface *intf = reinterpret_cast<const tc0510nio_interface *>(static_config());
if (intf != NULL)
*static_cast<tc0510nio_interface *>(this) = *intf;
-
+
// or initialize to defaults if none provided
else
{
@@ -362,7 +362,7 @@ void tc0640fio_device::device_config_complete()
const tc0640fio_interface *intf = reinterpret_cast<const tc0640fio_interface *>(static_config());
if (intf != NULL)
*static_cast<tc0640fio_interface *>(this) = *intf;
-
+
// or initialize to defaults if none provided
else
{