summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k007342.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k007342.c')
-rw-r--r--src/mame/video/k007342.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mame/video/k007342.c b/src/mame/video/k007342.c
index bc5cb8c4fe7..9a17dc76f28 100644
--- a/src/mame/video/k007342.c
+++ b/src/mame/video/k007342.c
@@ -64,7 +64,7 @@ void k007342_device::device_config_complete()
const k007342_interface *intf = reinterpret_cast<const k007342_interface *>(static_config());
if (intf != NULL)
*static_cast<k007342_interface *>(this) = *intf;
-
+
// or initialize to defaults if none provided
else
{
@@ -303,5 +303,3 @@ TILE_GET_INFO_MEMBER(k007342_device::get_tile_info1)
{
get_tile_info(tileinfo, tile_index, 1, m_colorram_1, m_videoram_1);
}
-
-