From 14e7367f7e1dd575754f8c59fcf74b956c91e87b Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 27 Jul 2016 10:18:09 +0200 Subject: Fix for debug build (nw) --- src/mame/machine/st0016.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/machine/st0016.cpp b/src/mame/machine/st0016.cpp index 54763268435..7cbc9d70182 100644 --- a/src/mame/machine/st0016.cpp +++ b/src/mame/machine/st0016.cpp @@ -719,7 +719,7 @@ UINT32 st0016_cpu_device::update(screen_device &screen, bitmap_ind16 &bitmap, co fprintf(p,"%.4x - %.4x - ",h,h>>3); for(j=0;j<8;j++) fprintf(p,"%.2x ",st0016_spriteram[h+j]); - fprintf(p,"\n"); + fprintf(p,"\n"); } fclose(p); } -- cgit v1.2.3