Ok, here's a weird one. I was running some of blargg's magnificent test roms on my emulator, when the output window of one of them caught my eye™
At first, I thought the entire window was screwed to hell. But then I noticed that only strings are garbled, constants and numbers are just fine!
So, I went digging through the source to see what was going on. I see a lot of calls to a sub-routine called "print_char_", yet I can't find it's definition anywhere. Anyways, if anyone knows more about this (read: blargg) and wants to help me out, that would be splendid!
edit: all string character values seem to be -40h of what they should be..
At first, I thought the entire window was screwed to hell. But then I noticed that only strings are garbled, constants and numbers are just fine!
Code:
01-/garbled crap here/
02-/garbled crap here/
...
11-/garbled crap here/
02-/garbled crap here/
...
11-/garbled crap here/
So, I went digging through the source to see what was going on. I see a lot of calls to a sub-routine called "print_char_", yet I can't find it's definition anywhere. Anyways, if anyone knows more about this (read: blargg) and wants to help me out, that would be splendid!
edit: all string character values seem to be -40h of what they should be..