It stopped working after revision 937.
Search found 8 matches
- Thu Sep 09, 2010 11:40 pm
- Forum: Audio
- Topic: [Fixed]We really must fix the CGB Audio + States bug
- Replies: 27
- Views: 31676
- 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.
- 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.
- Mon Aug 17, 2009 5:43 pm
- Forum: Core
- Topic: small optimization idea
- Replies: 9
- Views: 15752
small optimization idea
I compared the executables.
- Mon Aug 17, 2009 4:28 pm
- Forum: Core
- Topic: small optimization idea
- Replies: 9
- Views: 15752
small optimization idea
- 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.
- 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.
- 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.