summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k001006.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k001006.c')
-rw-r--r--src/mame/video/k001006.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/video/k001006.c b/src/mame/video/k001006.c
index 8e7967bd873..8b48eddc514 100644
--- a/src/mame/video/k001006.c
+++ b/src/mame/video/k001006.c
@@ -38,7 +38,7 @@ void k001006_device::device_config_complete()
const k001006_interface *intf = reinterpret_cast<const k001006_interface *>(static_config());
if (intf != NULL)
*static_cast<k001006_interface *>(this) = *intf;
-
+
// or initialize to defaults if none provided
else
{
@@ -163,4 +163,3 @@ UINT32 k001006_device::get_palette( int index )
{
return m_palette[index];
}
-