bsnes/higan/sfc/dsp
Tim Allen 79c83ade70 Update to v101r29 release.
byuu says:

Changelog:

  - SMS: background VDP clips partial tiles on the left (math may not be
    right ... it's hard to reason about)
  - SMS: fix background VDP scroll locks
  - SMS: fix VDP sprite coordinates
  - SMS: paint black after the end of the visible display
      - todo: shouldn't be a brute force at the end of the main VDP
        loop, should happen in each rendering unit
  - higan: removed emulator/debugger.hpp
  - higan: removed privileged: access specifier
  - SFC: removed debugger hooks
      - todo: remove sfc/debugger.hpp
  - Z80: fixed disassembly of (fd,dd) cb (displacement) (opcode)
    instructions
  - Z80: fix to prevent interrupts from firing between ix/iy prefixes
    and opcodes
      - todo: this is a rather hacky fix that could, if exploited, crash
        the stack frame
  - Z80: fix BIT flags
  - Z80: fix ADD hl,reg flags
  - Z80: fix CPD, CPI flags
  - Z80: fix IND, INI flags
  - Z80: fix INDR, INIT loop flag check
  - Z80: fix OUTD, OUTI flags
  - Z80: fix OTDR, OTIR loop flag check
2017-01-10 08:27:13 +11:00
..
brr.cpp Update to v098r04 release. 2016-04-12 07:29:56 +10:00
counter.cpp Update to v097r31 release. 2016-03-29 20:15:01 +11:00
dsp.cpp Update to v100r14 release. 2016-07-30 13:56:12 +10:00
dsp.hpp Update to v101r29 release. 2017-01-10 08:27:13 +11:00
echo.cpp Update to v098r14 release. 2016-06-01 21:23:22 +10:00
envelope.cpp Update to v097r31 release. 2016-03-29 20:15:01 +11:00
gaussian.cpp Update to v098r04 release. 2016-04-12 07:29:56 +10:00
misc.cpp Update to v097r31 release. 2016-03-29 20:15:01 +11:00
serialization.cpp Update to v098r04 release. 2016-04-12 07:29:56 +10:00
voice.cpp Update to v097r31 release. 2016-03-29 20:15:01 +11:00