bsnes/higan/fc/cartridge/chip
Tim Allen 3e807946b8 Update to v099r11 release.
byuu says:

Changelog:
- NES PPU core updated to use BitFields (absolutely massive improvement
  in code readability)
- NES APU core updated to new coding style
- NES cartridge/board and cartridge/chip updated to new coding style
- pushed NES PPU rendering one dot forward (doesn't fix King's Quest V
  yet, sadly)
- fixed SNES PPU BG tilemask for 128KiB VRAM mode (doesn't fix Yoshi's
  Island, though)

So ... I kind of went overboard with the fc/cartridge changes. This WIP
diff is 185KiB >_>
I didn't realize it was going to be as big a task as it was, but once
I started everything broke in a chain reaction, so I had to do it all
at once.

There's a massive chance we've broken a bunch of NES things. Any typos
in this WIP are going to be absolutely insidious to track down =(

But ... supposing I pulled it off, this means the Famicom core is now
fully converted to the new coding style as well. That leaves only the
GB and GBA cores. Once those are finished, then we'll finally be free
of these gigantic hellspawn diffs.
2016-06-27 23:07:57 +10:00
..
chip.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
chip.hpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
mmc1.cpp Update to v099r11 release. 2016-06-27 23:07:57 +10:00
mmc3.cpp Update to v099r11 release. 2016-06-27 23:07:57 +10:00
mmc5.cpp Update to v099r11 release. 2016-06-27 23:07:57 +10:00
mmc6.cpp Update to v099r11 release. 2016-06-27 23:07:57 +10:00
vrc1.cpp Update to v099r11 release. 2016-06-27 23:07:57 +10:00
vrc2.cpp Update to v099r11 release. 2016-06-27 23:07:57 +10:00
vrc3.cpp Update to v099r11 release. 2016-06-27 23:07:57 +10:00
vrc4.cpp Update to v099r11 release. 2016-06-27 23:07:57 +10:00
vrc6.cpp Update to v099r11 release. 2016-06-27 23:07:57 +10:00
vrc7.cpp Update to v099r11 release. 2016-06-27 23:07:57 +10:00