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
206 stars 32 forks source link

MEGA65: Issues with current raster rewrite buffer #253

Closed deftmega closed 3 years ago

deftmega commented 3 years ago

Issues with current RRB, please see demo code:

https://github.com/smnjameson/M65_Examples/tree/main/1-RasterRewriteBufffer

It is expected to look like this: expected

but instead looks like this: actual

hernandp commented 3 years ago

Analyzing this. Please assign issue to me @lgblgblgb , thanks!

lgblgblgb commented 3 years ago

@hernandp It's yours :) And thanks. And btw, please do not forget to always check the merger tree for updates first, since I have the habit to do "random" changes ;) And tell me if I'm too chaotic which made your work hard to do changes meanwhile, in this case we should resolve the issue somehow, for sure.

I'm not sure if there's a reason for two issues about the same topic, see issue $FF (just kidding, issue #255 ), though that's maybe a bit more "all-around" one rather than a specific problem.

Btw, also wondering - not so much connected to the actual topic - why it is, that the border colour is almost always different in examples done for comparing MEGA65 and Xemu.

lgblgblgb commented 3 years ago

Oh btw, it seems (just realized ...) that it's the same issue as #265 was just posted. So the fix there seems to fix this one too. I close this now, being a duplicate (it seems).