bsnes/higan/sfc
Tim Allen 3dce3aa3c8 Update to v104r11 release.
byuu says:

Changelog:

  - sfc/ppu/background: minor code cleanup and simplification
  - sfc/ppu/background: $2106 MOSAIC register was implemented
    incorrectly
  - sfc/ppu/background: fixed mosaic effects in hires mode (temporary
    fix)
  - sfc/ppu/background: fixed mosaic effects in interlace mode [Cydrak]

Errata:

  - sfc/ppu/background/background.cpp:48: should be
    `if(!mosaic.enable) {`

Turns out there is only one mosaic size, and the other four bits are
per-BG mosaic enable. This matters a lot for hires/interlace, as
mosaicSize=0 (2x2) is not the same thing as mosaicEnable=false (1x1).

Although I've now implemented this, I really don't like how my mosaic
implementation works right now. I tried to redesign the entire system,
and completely failed. So I started over from v104r10 again and instead
went with a more evolutionary improvement for now. I'll keep trying.

Also, the combination of mosaic + offset-per-tile is still sketchy, as
is mode 6 offset-per-tile. I'll get to those in the future as well.
2017-09-05 10:56:52 +10:00
..
cartridge Update to v104r01 release. 2017-08-18 22:48:29 +10:00
controller Update to v103r05 release. 2017-07-01 16:15:27 +10:00
coprocessor Update to v104r05 release. 2017-08-25 00:24:34 +10:00
cpu Update to v104r05 release. 2017-08-25 00:24:34 +10:00
dsp Update to v104r05 release. 2017-08-25 00:24:34 +10:00
expansion Update to v103r04 release. 2017-06-30 14:17:23 +10:00
interface Update to v103r09 release. 2017-07-06 18:29:12 +10:00
memory Update to v100r03 release. 2016-07-10 15:28:26 +10:00
ppu Update to v104r11 release. 2017-09-05 10:56:52 +10:00
slot Update to v102r02 release. 2017-01-23 08:04:26 +11:00
smp Update to v103r10 release. 2017-07-07 13:38:46 +10:00
system Update to v104r05 release. 2017-08-25 00:24:34 +10:00
GNUmakefile Update to v103r30 release. 2017-08-09 21:11:59 +10:00
sfc.hpp Update to v104r04 release. 2017-08-24 12:45:24 +10:00