lgblgblgb / xemu

Emulations (running on Linux/Unix/Windows/macOS, utilizing SDL2) of some - mainly - 8 bit machines, including the Commodore LCD, Commodore 65, and the MEGA65 as well.
https://github.com/lgblgblgb/xemu/wiki
GNU General Public License v2.0
201 stars 31 forks source link

Mega65: TEST: try MegaWAT on Mega65 emulator, figure out why it does not work #97

Closed lgblgblgb closed 4 years ago

lgblgblgb commented 4 years ago

MegaWAT does not run on Xemu/Mega65. Besides of the incorrect look of the "intro" (which is a known issue, and lack of enough VIC emulation), the actual MegaWAT part never starts. Investigate and figure out the problem, probably fixing it.

NOTE: It's VERY likely that there will be MAJOR issues anyway (even if it starts) since VIC emulation is VERY bad in Xemu/mega65, especially missing VIC-iV features MegaWAT surely uses ... Maybe even that is "only" the problem that cannot be seen anything, since it uses some "fancy" VIC-IV settings? Probably, MegaWAT should be rebuild first, not to have the intro at all, so we can see more clearly only the "real" part, and its problems. For sure, the correct intro itself is also important, but I would probably make the "real" part (MegaWAT itself) as the real priority here ...

lgblgblgb commented 4 years ago

I close this, since basically it's more or less the problem of precise VIC-IV emulation which is in fact issue #29

lgblgblgb commented 3 years ago

This is issue #29 basically, so this one has been closed in favour of that.