bsnes/higan/processor/r6502
Tim Allen 7a68059f78 Update to v099r12 release.
byuu says:

Changelog:
- fixed FC AxROM / VRC7 regression
- BitField split to BooleanBitField/NaturalBitField (in preparation
  for IntegerBitField)
- BitFieldReference removed
- GB CPU cleaned up
- GB Cartridge + Mappers cleaned up
- SFC CGRAM is now emulated as uint15[256] instead of uint[512]
- sfc/ppu/memory.cpp no longer needed; removed
- purged SFC Debugger hooks for now (some of the operator[] calls were
  bypassing them anyway)

Unfortunately, for reasons that defy all semblance of logic, the CGRAM
change caused a slight speed hit. As have the last few changes. We're
now down to around 129.5fps compared to 123.fps for v099 and 134.5fps
at our peak (v099r01-r02).

I really like the style I came up with for the Game Boy mappers to settle
the purpose(ROM,RAM) vs (rom,ram)Purpose naming convention. If I ever get
around to redoing the NES mappers, that's likely the approach I'll take.
2016-06-28 20:43:47 +10:00
..
algorithms.cpp Update to v099r04 release. 2016-06-18 16:04:32 +10:00
disassembler.cpp Update to v099r04 release. 2016-06-18 16:04:32 +10:00
instructions.cpp Update to v099r04 release. 2016-06-18 16:04:32 +10:00
memory.cpp Update to v099r04 release. 2016-06-18 16:04:32 +10:00
r6502.cpp Update to v099r04 release. 2016-06-18 16:04:32 +10:00
r6502.hpp Update to v099r04 release. 2016-06-18 16:04:32 +10:00
registers.hpp Update to v099r12 release. 2016-06-28 20:43:47 +10:00
serialization.cpp Update to v098r19 release. 2016-06-09 08:26:35 +10:00
switch.cpp Update to v099r04 release. 2016-06-18 16:04:32 +10:00