commanderx16 / x16-emulator

Emulator for the Commander X16 8-bit computer
384 stars 61 forks source link

Bitmap mode and high scaling doesn't render correctly. #453

Open Yazwh0 opened 1 year ago

Yazwh0 commented 1 year ago

This is similar to https://github.com/commanderx16/x16-emulator/issues/433 .

High scaling isn't rendered correctly for bitmaps. Like the tiles we should render colour 0 from the end of the scaled image to the right of the screen.

For V_Scaling, given the screen starts at 0,0, line 480 gets copied from the bottom down to the bottom of the screen.

Example prg and source is attached

Expected (Note the noise at the bottom is random from uninitialised memory) image

Current image

example.zip test.txt