bsnes/icarus/core
Tim Allen 186f008574 Update to v102r03 release.
byuu says:

Changelog:

  - PCE: split VCE from VDC
  - HuC6280: changed bus from (uint21 addr) to (uint8 bank, uint13 addr)
  - added SuperGrafx emulation (adds secondary VDC, plus new VPC)

The VDC now has no concept of the actual display raster timing, and
instead is driven by Vpulse (start of frame) and Hpulse (start of
scanline) signals from the VCE. One still can't render the start of the
next scanline onto the current scanline through overly aggressive
timings, but it shouldn't be too much more difficult to allow that to
occur now. This process incurs quite a major speed hit, so low-end
systems with Atom CPUs can't run things at 60fps anymore.

The timing needs a lot of work. The pixels end up very jagged if the VCE
doesn't output batches of 2-4 pixels at a time. But this should not be a
requirement at all, so I'm not sure what's going wrong there.

Yo, Bro and the 512-width mode of TV Sports Basketball is now broken as
a result of these changes, and I'm not sure why.

To load SuperGrafx games, you're going to have to change the .pce
extensions to .sg or .sgx. Or you can manually move the games from the
PC Engine folder to the SuperGrafx folder and change the game folder
extensions. I have no way to tell the games apart. Mednafen uses CRC32
comparisons, and I may consider that since there's only five games, but
I'm not sure yet.

The only SuperGrafx game that's playable right now is Aldynes. And the
priorities are all screwed up. I don't understand how the windows or the
priorities work at all from sgxtech.txt, so ... yeah. It's pretty
broken, but it's a start.

I could really use some help with this, as I'm very lost right now with
rendering :/

-----

Note that the SuperGrafx is technically its own system, it's not an
add-on.

As such, I'm giving it a separate .sys folder, and a separate library.

There's debate over how to name this thing. "SuperGrafx" appears more
popular than "Super Grafx". And you might also call it the "PC Engine
SuperGrafx", but I decided to leave off the prefix so it appears more
distinct.
2017-01-24 08:18:54 +11:00
..
bs-memory.cpp Update to v099r16 release (public beta). 2016-07-04 21:53:24 +10:00
core.cpp Update to v102r03 release. 2017-01-24 08:18:54 +11:00
core.hpp Update to v102r03 release. 2017-01-24 08:18:54 +11:00
famicom.cpp Update to v099r16 release (public beta). 2016-07-04 21:53:24 +10:00
game-boy-advance.cpp Update to v099r16 release (public beta). 2016-07-04 21:53:24 +10:00
game-boy-color.cpp Update to v099r16 release (public beta). 2016-07-04 21:53:24 +10:00
game-boy.cpp Update to v099r16 release (public beta). 2016-07-04 21:53:24 +10:00
game-gear.cpp Update to v101r09 release. 2016-08-18 08:05:50 +10:00
master-system.cpp Update to v101r09 release. 2016-08-18 08:05:50 +10:00
mega-drive.cpp Update to v100r02 release. 2016-07-09 14:21:37 +10:00
pc-engine.cpp Update to v101r30 release. 2017-01-12 07:27:30 +11:00
sufami-turbo.cpp Update to v099r16 release (public beta). 2016-07-04 21:53:24 +10:00
super-famicom.cpp Update to v099r16 release (public beta). 2016-07-04 21:53:24 +10:00
supergrafx.cpp Update to v102r03 release. 2017-01-24 08:18:54 +11:00
wonderswan-color.cpp Update to v099r16 release (public beta). 2016-07-04 21:53:24 +10:00
wonderswan.cpp Update to v099r16 release (public beta). 2016-07-04 21:53:24 +10:00