Commit Graph

1320 Commits

Author SHA1 Message Date
goyuken 1d0db18244 update some snes core internal firmware request infrastructure to use the new firmware match system. should be no actual functionality change 2013-12-09 21:41:18 +00:00
goyuken 81996af187 GB: cleanup and fix memory leaks for a few odd cases 2013-12-09 20:50:21 +00:00
goyuken 2a0217e06c refactor a bit of firmware loading code to get some slop out of MainForm.LoadRom() 2013-12-09 20:36:24 +00:00
goyuken de71c0d8c7 support some rogue FDS disk format 2013-12-08 21:39:17 +00:00
adelikat 50d4a3307a Rip out UpdateControls() method from IController, also some code cleanup in related files 2013-12-07 00:53:06 +00:00
zeromus 8e55548a49 remove botched emulation of special color generation in PPUOFF state (which isnt emulated correctly anyway) that was getting applied in inapplicable circumstances 2013-12-03 19:43:07 +00:00
zeromus a36d0167e8 fix crippling bugs in SUROM games (dw3 and 4) introduced most likely in r4618 (jul 2013) 2013-12-03 19:01:37 +00:00
adelikat d6954e4209 Ram WAtch and Hex Editor code cleanup 2013-11-28 22:06:38 +00:00
zeromus 492a99694f fix snes savestates? 2013-11-25 20:51:26 +00:00
goyuken fc110cbeae fix issue 122 using MrWint42's patch. thanks! gambatte RTC for movies should work now. 2013-11-24 17:32:46 +00:00
zeromus bf76399200 change n64 regs to _hi and _lo versions for 64bit regs 2013-11-23 01:17:31 +00:00
zeromus 5651181d39 fix n64 savestates 2013-11-22 19:34:24 +00:00
zeromus 4c247672fe snes hooking system and GetCpuFlagsAndRegisters now work normally 2013-11-22 09:33:56 +00:00
pjgat09 3c56223d7b N64: Implement GetCpuFlagsAndRegisters() 2013-11-18 03:29:47 +00:00
pjgat09 3e8596f81c N64: Mostly implemented the onmemorywrite and onmemoryread hooks, but some reads/writes still make it through 2013-11-17 03:42:06 +00:00
goyuken d0969c208d n64: fix framebuffer opacity. if this commit causes slowdown problems, we might want to do this a different way? 2013-11-17 01:57:26 +00:00
pjgat09 32eadfc315 N64: Set the DisplayType based on the rom's country code, and set a PAL flag in the movie file if needed. 2013-11-16 21:29:42 +00:00
pjgat09 7e7cb8e05b N64: sram is now saved into Bizhawk's saveram file instead of m64p's own .sra file 2013-11-16 21:08:23 +00:00
pjgat09 acdf9ca7a3 N64: Flashram is now saved into Bizhawk's saveram file instead of m64p's own .fla file 2013-11-16 20:53:51 +00:00
adelikat 7e45f13282 Change project name BizHawk.Emulation to BizHawk.Emulation.Cores 2013-11-15 14:05:47 +00:00