bsnes/higan
Tim Allen 37b610da53 Update to v106r83 release.
byuu says:

Changelog:

  - reverted nall/inline-if.hpp usage for now, since the
    nall/primitives.hpp math operators still cast to (u)int64_t
  - improved nall/primitives.hpp more; integer8 x = -128; print(-x) will
    now print 128 (unary operator+ and - cast to (u)int64_t)
  - renamed processor/lr35902 to processor/sm83; after the Sharp SM83
    CPU core [gekkio discovered the name]
  - a few bugfixes to the TLCS900H CPU core
  - completed the disassembler for the TLCS900H core

As a result of reverting most of the inline if stuff, I guess the
testing priority has been reduced. Which is probably a good thing,
considering I seem to have a smaller pool of testers these days.

Indeed, the TLCS900H core has ended up at 131KiB compared to the M68000
core at 128KiB. So it's now the largest CPU core in all of higan. It's
even more ridiculous because the M68000 core would ordinarily be quite a
bit smaller, had I not gone overboard with the extreme templating to
reduce instruction decoding overhead (you kind of have to do this for
RISC CPUs, and the inverted design of the TLCS900H kind of makes it
infeasible to do the same there.)

This CPU core is bound to have dozens of extremely difficult CPU bugs,
and there's no easy way for me to test them. I would greatly appreciate
any help in looking over the core for bugs. A fresh pair of eyes to spot
a mistake could save me up to several days of tedious debugging work.

The core still isn't ready to actually be tested: I have to hook up
cartridge loading, a memory bus, interrupts, timers, and the micro DMA
controller before it's likely that anything happens at all.
2019-01-19 12:34:17 +11:00
..
emulator Update to v106r83 release. 2019-01-19 12:34:17 +11:00
fc Update to v106r77 release. 2019-01-13 17:25:14 +11:00
gb Update to v106r83 release. 2019-01-19 12:34:17 +11:00
gba Update to v106r83 release. 2019-01-19 12:34:17 +11:00
md Update to v106r83 release. 2019-01-19 12:34:17 +11:00
ms Update to v106r70 release. 2019-01-03 21:05:20 +11:00
msx Update to v106r70 release. 2019-01-03 21:05:20 +11:00
ngp Update to v106r71 release. 2019-01-05 11:35:26 +11:00
obj Ignore generated file dependency information. 2018-05-25 18:07:03 +10:00
out Update to v106r25 release. 2018-05-23 13:45:24 +10:00
pce Update to v106r70 release. 2019-01-03 21:05:20 +11:00
processor Update to v106r83 release. 2019-01-19 12:34:17 +11:00
sfc Update to v106r83 release. 2019-01-19 12:34:17 +11:00
systems Update to v106r70 release. 2019-01-03 21:05:20 +11:00
target-bsnes Update to v106r81 release. 2019-01-16 13:02:24 +11:00
target-higan Update to v106r81 release. 2019-01-16 13:02:24 +11:00
ws Update to v106r70 release. 2019-01-03 21:05:20 +11:00
GNUmakefile Update to v106r68 release. 2018-12-22 21:28:15 +11:00