summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k053936.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k053936.c')
-rw-r--r--src/mame/video/k053936.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mame/video/k053936.c b/src/mame/video/k053936.c
index 21f708bcecf..841c30d9294 100644
--- a/src/mame/video/k053936.c
+++ b/src/mame/video/k053936.c
@@ -250,7 +250,7 @@ void k053936_device::device_config_complete()
const k053936_interface *intf = reinterpret_cast<const k053936_interface *>(static_config());
if (intf != NULL)
*static_cast<k053936_interface *>(this) = *intf;
-
+
// or initialize to defaults if none provided
else
{
@@ -717,5 +717,3 @@ void K053936GP_0_zoom_draw(running_machine &machine, bitmap_rgb32 &bitmap, const
K053936GP_zoom_draw(machine, 0,temp_m_k053936_0_ctrl,temp_m_k053936_0_linectrl,bitmap,cliprect,tmap,tilebpp,blend,alpha, pixeldouble_output);
}
}
-
-