Search found 8 matches

by jbo_85
Thu Sep 09, 2010 11:40 pm
Forum: Audio
Topic: [Fixed]We really must fix the CGB Audio + States bug
Replies: 27
Views: 31676

[Fixed]We really must fix the CGB Audio + States bug

It stopped working after revision 937.

by jbo_85
Mon Aug 17, 2009 8:18 pm
Forum: Core
Topic: Unnecessary double check?
Replies: 3
Views: 10131

Unnecessary double check?

Look at the beginning.

start is only true if bit 15 of value is set, so it does not make sense to seperately check for that again in the bold part.

It tests bit 15 of (DM1CNT_H ^ value) and not just bit 15 of value.

by jbo_85
Mon Aug 17, 2009 7:12 pm
Forum: Core
Topic: Unnecessary double check?
Replies: 3
Views: 10131

Unnecessary double check?

The bold part is needed. It fails if DM1CNT_H or value is >= 0x8000.

by jbo_85
Mon Aug 17, 2009 5:43 pm
Forum: Core
Topic: small optimization idea
Replies: 9
Views: 15752

small optimization idea

I compared the executables.

by jbo_85
Mon Aug 17, 2009 4:28 pm
Forum: Core
Topic: small optimization idea
Replies: 9
Views: 15752

small optimization idea

It would be cool if some binary junky can tell me if the expression (((opcode>>6)&31)<<2) always gives the same results as ((opcode>>4)&124). I only had some basic binary term transformation in school ^^. I really don't want to introduce bugs like I did before I took a break [img]<fileStore...
by jbo_85
Sat Aug 08, 2009 4:11 pm
Forum: Core
Topic: Fails Blargg's GB-Z80 CPU Test program
Replies: 5
Views: 9535

Fails Blargg's GB-Z80 CPU Test program

The instructions are fixed in SVN. The only thing that doesn't work with Blargg's test roms is the read/write mem timing.

by jbo_85
Wed Aug 05, 2009 9:58 pm
Forum: Bugs and Support
Topic: Using vba-over.ini in linux
Replies: 11
Views: 16593

Using vba-over.ini in linux

It doesn't work with the gtk port. It only works with the sdl port.

by jbo_85
Sun Jul 26, 2009 9:59 pm
Forum: GUI
Topic: [FIXED]Setting of Pause when inactive
Replies: 8
Views: 14777

[FIXED]Setting of Pause when inactive

Both issues are fixed in SVN.