bsnes/higan/md
Tim Allen 80841deaa5 Update to v103r21 release.
byuu says:

Changelog:

  - gb: added TAMA emulation [thanks to endrift for the initial notes]
  - gb: save RTC memory to disk (MBC3 doesn't write to said memory yet;
    TAMA doesn't emulate it yet)
  - gb: expect MMM01 boot loader to be at end of ROM instead of start
  - gb: store MBC2 save RAM as 256-bytes (512x4-bit) instead of
    512-bytes (with padding)
  - gb: major cleanups to every cartridge mapper; moved to Mapper class
    instead of MMIO class
  - gb: don't serialize all mapper states with every save state; only
    serialize the active mapper
  - gb: serialize RAM even if a battery isn't present¹
  - gb/cartridge: removed unnecessary code; refactored other code to
    eliminate duplication of functions
  - icarus: improve GB(C) heuristics generation to not include filenames
    for cartridges without battery backup
  - icarus: remove incorrect rearrangement of MMM01 ROM data
  - md/vdp: fix CRAM reads -- fixes Sonic Spinball colors [hex\_usr]
  - tomoko: hide the main higan window when entering fullscreen
    exclusive mode; helps with multi-monitor setups
  - tomoko: destroy ruby drivers before calling Application::quit()
    [Screwtape]
  - libco: add settings.h and defines to fiber, ucontext [Screwtape]

¹: this is one of those crystal clear indications that nobody's
actually playing the higan DMG/CGB cores, or at least not with save
states. This was a major mistake.

Note: I can't find any official documentation that `GL_ALPHA_TEST` was
removed from OpenGL 3.2. Since it's not hurting anything except showing
some warnings in debug mode, I'm just going to leave it there for now.
2017-07-26 22:42:06 +10:00
..
apu Update to v103r02 release. 2017-06-27 11:18:28 +10:00
bus Update to v103r04 release. 2017-06-30 14:17:23 +10:00
cartridge Update to v102r28 release. 2017-06-20 22:34:50 +10:00
controller Update to v103r05 release. 2017-07-01 16:15:27 +10:00
cpu Update to v103r02 release. 2017-06-27 11:18:28 +10:00
interface Update to v103r09 release. 2017-07-06 18:29:12 +10:00
psg Update to v103r03 release. 2017-06-28 17:24:46 +10:00
system Update to v103r04 release. 2017-06-30 14:17:23 +10:00
vdp Update to v103r21 release. 2017-07-26 22:42:06 +10:00
ym2612 Update to v103r02 release. 2017-06-27 11:18:28 +10:00
GNUmakefile Update to v101r12 release. 2016-08-22 08:11:24 +10:00
md.hpp Update to v102r16 release. 2017-03-09 07:20:40 +11:00