summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tc0480scp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tc0480scp.c')
-rw-r--r--src/mame/video/tc0480scp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tc0480scp.c b/src/mame/video/tc0480scp.c
index 2399025a049..4418ad3c4db 100644
--- a/src/mame/video/tc0480scp.c
+++ b/src/mame/video/tc0480scp.c
@@ -156,7 +156,7 @@ tc0480scp_device::tc0480scp_device(const machine_config &mconfig, const char *ta
m_palette(*this)
{
memset(m_ctrl, 0, sizeof(m_ctrl));
-
+
for (int i = 0; i < 4; i++)
{
m_bg_ram[i] = NULL;