diff options
author | 2016-07-27 10:18:09 +0200 | |
---|---|---|
committer | 2016-07-27 10:18:09 +0200 | |
commit | 14e7367f7e1dd575754f8c59fcf74b956c91e87b (patch) | |
tree | 1facede1d17981bb4633613567b828b812a8e44d | |
parent | 3fc2464d7c6dd154452b45270d20154ea1a25485 (diff) |
Fix for debug build (nw)mame0176
-rw-r--r-- | src/mame/machine/st0016.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |