summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k001005.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k001005.c')
-rw-r--r--src/mame/video/k001005.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/k001005.c b/src/mame/video/k001005.c
index 916479f3a88..b13f541897d 100644
--- a/src/mame/video/k001005.c
+++ b/src/mame/video/k001005.c
@@ -74,7 +74,7 @@ void k001005_device::device_config_complete()
const k001005_interface *intf = reinterpret_cast<const k001005_interface *>(static_config());
if (intf != NULL)
*static_cast<k001005_interface *>(this) = *intf;
-
+
// or initialize to defaults if none provided
else
{
@@ -163,7 +163,7 @@ void k001005_device::device_reset()
m_bitmap_page = 0;
memset(m_prev_v, 0, sizeof(m_prev_v));
- m_prev_poly_type = 0;
+ m_prev_poly_type = 0;
}
//-------------------------------------------------