summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/chaknpop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/chaknpop.c')
-rw-r--r--src/mame/video/chaknpop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/chaknpop.c b/src/mame/video/chaknpop.c
index d36e678ed84..cbf94cb3950 100644
--- a/src/mame/video/chaknpop.c
+++ b/src/mame/video/chaknpop.c
@@ -25,7 +25,7 @@
PALETTE_INIT_MEMBER(chaknpop_state, chaknpop)
{
const UINT8 *color_prom = memregion("proms")->base();
-
+
for (int i = 0; i < 1024; i++)
{
int col, r, g, b;