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

MEGA65: Fix #287 legacy bitmap modes always assumed at 320-pixel width #288

Closed hernandp closed 3 years ago

hernandp commented 3 years ago

Also CHARSTEP symbols are modified to LINESTEP as manual states.

Screen sets. Order is working hardware, bugged Xemu, fixed Xemu in PR.

Bitmap mode 360x200 (45 * 25 cells) filled with character glyphs.

image image xemu-working

LINESTEP displaced.

image image xemu-working-linestep-1

CHARCOUNT < 40.

image image xemu-working-linestep-1+shorterline

lgblgblgb commented 3 years ago

Seems to be very nice :D please see the comment on the issue's page itself.