bsnes/higan
Tim Allen 1df2549d18 Update to v101r04 release.
byuu says:

Changelog:

  - pulled the (u)intN type aliases into higan instead of leaving them
    in nall
  - added 68K LINEA, LINEF hooks for illegal instructions
  - filled the rest of the 68K lambda table with generic instance of
    ILLEGAL
  - completed the 68K disassembler effective addressing modes
      - still unsure whether I should use An to decode absolute
        addresses or not
      - pro: way easier to read where accesses are taking place
      - con: requires An to be valid; so as a disassembler it does a
        poor job
      - making it optional: too much work; ick
  - added I/O decoding for the VDP command-port registers
  - added skeleton timing to all five processor cores
  - output at 1280x480 (needed for mixed 256/320 widths; and to handle
    interlace modes)

The VDP, PSG, Z80, YM2612 are all stepping one clock at a time and
syncing; which is the pathological worst case for libco. But they also
have no logic inside of them. With all the above, I'm averaging around
250fps with just the 68K core actually functional, and the VDP doing a
dumb "draw white pixels" loop. Still way too early to tell how this
emulator is going to perform.

Also, the 320x240 mode of the Genesis means that we don't need an aspect
correction ratio. But we do need to ensure the output window is a
multiple 320x240 so that the scale values work correctly. I was
hard-coding aspect correction to stretch the window an additional \*8/7.
But that won't work anymore so ... the main higan window is now 640x480,
960x720, or 1280x960. Toggling aspect correction only changes the video
width inside the window.

It's a bit jarring ... the window is a lot wider, more black space now
for most modes. But for now, it is what it is.
2016-08-12 11:07:04 +10:00
..
audio Update to v100 release. 2016-07-08 22:04:59 +10:00
data Update to v097r06 release. 2016-01-31 18:59:44 +11:00
emulator Update to v101r04 release. 2016-08-12 11:07:04 +10:00
fc Update to v100r15 release. 2016-07-31 12:11:20 +10:00
gb Update to v100r15 release. 2016-07-31 12:11:20 +10:00
gba Update to v100r15 release. 2016-07-31 12:11:20 +10:00
md Update to v101r04 release. 2016-08-12 11:07:04 +10:00
obj Update to v096r01 release. 2015-12-30 17:54:59 +11:00
out Update to v096r01 release. 2015-12-30 17:54:59 +11:00
processor Update to v101r04 release. 2016-08-12 11:07:04 +10:00
resource Update to v100r14 release. 2016-07-30 13:56:12 +10:00
sfc Update to v101r01 release. 2016-08-08 20:12:03 +10:00
systems Update to v100r02 release. 2016-07-09 14:21:37 +10:00
target-tomoko Update to v101r04 release. 2016-08-12 11:07:04 +10:00
video Update to v098r12 release. 2016-05-26 21:20:15 +10:00
ws Update to v100r15 release. 2016-07-31 12:11:20 +10:00
GNUmakefile Update to v099r08 release. 2016-06-24 22:16:53 +10:00