34
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- corrected some minor stuff, added support for sgb mask drawing over gb/c screen. More... almost 19 years ago
- added support for MM01, TAMA5, and MCB1 rom bank 0 swapping. - corrected some minor stuff. More... almost 19 years ago
- added support for TAMA5 and for the bootrom. More... almost 19 years ago
- added pseudo-emulation for the window/bg scrolling bug. - corrected the scy/scx real-time change emulation. - Fixed GB sprites priorities. - changed the sprites ticks calculation. More... almost 19 years ago
- corrected some small stuff. - added some king of breakpoint (opcode 0xFC will be considered as a breakpoint). More... almost 19 years ago
- made a lot of other core changes (too many to be listed...). - added support for the sprites ticks delays (Parodius's laser). - added support for MM01, TAMA5, and MCB1 rom bank 0 swapping. - tried to emulate all the small differences between GB/GBC/GBA/GBASP. - upgraded save version to v11. Old saves states should be supported correctly, but VBA won't repair broken saves states... More... almost 19 years ago
- changed the save handling a bit. More... almost 19 years ago
- optimised/simplified a bit the bus prefetch handling. More... almost 19 years ago
- tweaked the bus prefetch a bit. - changed the save handling a bit. - added a 'master code' support (so the cheats are executed only when the master code address is reached ; if no master code are entered, cheats will be executed after each frame). More... almost 19 years ago
- added a 64k->128k 'auto upgrade' (could correct some of the pokemon games's corrupted/deleted save problem). More... almost 19 years ago
- corrected a compatibility problem with other versions. - fixed a bug for ARV3/4 rom patching codes. More... almost 19 years ago
- added support for swi $d (GetBiosChecksum). More... almost 19 years ago
- removed the reset to allow loading a battery file 'within' a save state. More... almost 19 years ago
- added support for MM01, TAMA5, and Pocket Camera. More... almost 19 years ago
- changed theApp.winFlashSize to flashSize to reflect the actual flashsize value used by the emu (it can change upon battery loading). More... almost 19 years ago
- added support for the gb bootrom : it must be called "DMG_ROM.bin", and placed in VBA's directory. Then check the 'use bios' option to load it on bootup. More... almost 19 years ago
- added 2 new color schemes : "Real GB Colors", and "Real 'GB on GBASP' Colors". More... almost 19 years ago
- changed '512k' and '1024k' to '64K' and '128K'. More... almost 19 years ago
- applied mham fix (Patch #1378104). More... almost 19 years ago
test More... almost 19 years ago
test More... almost 19 years ago
Changed compression of Vista image formats to "None" because the VC2005 resource compiler does not support the "PNG" compression. More... almost 19 years ago
New icon compatible from Windows 2000 to Windows Vista. More... almost 19 years ago
Added myself More... almost 19 years ago
- Made some final tweaks & bug corrections. - Changed the initialisation of Wram, so it's closer to what happens on the real hardware. More... about 19 years ago
- GB.cpp : corrected an error in gbCompareLYToLYC (it allowed more than one interrupt on the same line). More... about 19 years ago
- Fixed ldrh/ldsb mixed dissassembly (sourceforge's bug report #1398640). Thanks devZZ. More... about 19 years ago
- Logging.cpp : corrected a small bug in onInitDialog (m_agbprint was wrongly checked against m_undefined's systemVerbose flag). More... about 19 years ago
- Added support for the 'Genericflashcard' setting (GB/GBC). More... about 19 years ago
- SDL.cpp : fix for pix's calloc. More... about 19 years ago