From 63c4ad0182014c9b5a0dfd4999b5553cd568ebe3 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 11 Mar 2015 17:16:40 -0400 Subject: [PATCH] line break consistency fix: ucode00.h --- Source/Glide64/ucode00.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Glide64/ucode00.h b/Source/Glide64/ucode00.h index 52f71b401..e7f8a099b 100644 --- a/Source/Glide64/ucode00.h +++ b/Source/Glide64/ucode00.h @@ -879,7 +879,7 @@ static void uc0_setothermode_h() if (mask & 0x00300000) // cycle type { - rdp.cycle_mode = (wxUint8)((rdp.othermode_h & 0x00300000) >> 20); + rdp.cycle_mode = (wxUint8)((rdp.othermode_h & 0x00300000) >> 20); rdp.update |= UPDATE_ZBUF_ENABLED; FRDP ("cycletype: %d\n", rdp.cycle_mode); } @@ -942,7 +942,7 @@ static void uc0_setothermode_l() { rdp.zsrc = (rdp.othermode_l & 0x00000004) >> 2; FRDP ("z-src sel: %s\n", str_zs[rdp.zsrc]); - FRDP ("z-src sel: %08lx\n", rdp.zsrc); + FRDP ("z-src sel: %08lx\n", rdp.zsrc); rdp.update |= UPDATE_ZBUF_ENABLED; }