Removed off by 1 line fix.

This commit is contained in:
jbo_85
2006-02-15 01:55:56 +00:00
parent 241dda2e00
commit 8ffaca432a
3 changed files with 1 additions and 9 deletions

View File

@@ -135,7 +135,6 @@ unsigned char DSPDisable = 0; // Disable DSP emulation
unsigned char Palette0 = 0;
unsigned char DisplayS = 0;
unsigned char SPC700sh = 0;
unsigned char OffBy1Line = 0;
unsigned char *spc7110romptr;
unsigned char MusicRelVol = 75;