summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/deco16ic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/deco16ic.c')
-rw-r--r--src/mame/video/deco16ic.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/video/deco16ic.c b/src/mame/video/deco16ic.c
index 53d17c8d80d..0d51467dde7 100644
--- a/src/mame/video/deco16ic.c
+++ b/src/mame/video/deco16ic.c
@@ -182,7 +182,6 @@ deco16ic_device::deco16ic_device(const machine_config &mconfig, const char *tag,
m_pf12_last_big(0),
m_pf1_8bpp_mode(0)
{
-
}
//-------------------------------------------------
@@ -197,7 +196,7 @@ void deco16ic_device::device_config_complete()
const deco16ic_interface *intf = reinterpret_cast<const deco16ic_interface *>(static_config());
if (intf != NULL)
*static_cast<deco16ic_interface *>(this) = *intf;
-
+
// or initialize to defaults if none provided
else
{