Skip to content

Commit

Permalink
[GB] Remove debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
OtherCrashOverride committed Jul 10, 2018
1 parent 8dac202 commit 9ca134c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnuboy-go/components/gnuboy/lcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ void IRAM_ATTR pal_write_dmg(int i, int mapnum, byte d)
pal_write(i+j+1, c >> 8);
}

printf("pal_write_dmg: i=%d, d=0x%x\n", i , d);
//printf("pal_write_dmg: i=%d, d=0x%x\n", i , d);
}

inline void vram_write(int a, byte b)
Expand Down

0 comments on commit 9ca134c

Please sign in to comment.