bsnes/higan/processor/spc700
Tim Allen 0c55796060 Update to v106r46 release.
byuu says:

Changelog:

  - bsnes, higan: simplified make output; reordered rules
  - hiro: added Window::set(Minimum,Maximum)Size() [only implemented in
    GTK+ so far]
  - bsnes: only allow the window to be shrunk to the 1x multiplier size
  - bsnes: refactored Integral Scaling checkbox to {Center, Scale,
    Stretch} radio selection
  - nall: call fflush() after nall::print() to stdout or stderr [needed
    for msys2/bash]
  - bsnes, higan: program/interface.cpp renamed to program/platform.cpp
  - bsnes: trim ".shader/" from names in Settings→Shader menu
  - bsnes: Settings→Shader menu updated on video driver changes
  - bsnes: remove missing games from recent files list each time it is
    updated
  - bsnes: video multiplier menu generated dynamically based on largest
    monitor size at program startup
  - bsnes: added shrink window and center window function to video
    multiplier menu
  - bsnes: de-minimize presentation window when exiting fullscreen mode
    or changing video multiplier
  - bsnes: center the load game dialog against the presentation window
    (important for multi-monitor setups)
  - bsnes: screenshots are not immediate instead of delayed one frame
  - bsnes: added frame advance menu option and hotkey
  - bsnes: added enable cheats checkbox and hotkey; can be used to
    quickly enable/disable all active cheats

Errata:

  - hiro/Windows: `SW_MINIMIZED`, `SW_MAXIMIZED `=> `SW_MINIMIZE`,
    `SW_MAXIMIZE`
  - hiro/Windows: add pMonitor::workspace()
  - hiro/Windows: add setMaximized(), setMinimized() in
    pWindow::construct()
  - bsnes: call setCentered() after setMaximized(false)
2018-07-08 14:58:27 +10:00
..
algorithms.cpp Update to v103r06 release. 2017-07-03 17:24:47 +10:00
disassembler.cpp Update to v102r27 release. 2017-06-19 12:07:54 +10:00
instruction.cpp Fixed: Typo in SPC700 instruction table 2017-10-24 23:37:21 -04:00
instructions.cpp Update to v103r07 release. 2017-07-05 15:29:27 +10:00
memory.cpp Update to v103r06 release. 2017-07-03 17:24:47 +10:00
serialization.cpp Update to v103r03 release. 2017-06-28 17:24:46 +10:00
spc700.cpp Update to v103r06 release. 2017-07-03 17:24:47 +10:00
spc700.hpp Update to v106r46 release. 2018-07-08 14:58:27 +10:00