indigodarkwolf / box16

A fork of the official X16 emulator, converted to C++20 and with a bunch of features tweaked and added.
MIT License
41 stars 19 forks source link

High H_scale appears to render incorrectly #55

Open Yazwh0 opened 1 year ago

Yazwh0 commented 1 year ago

Scaling is applied to the 640px wide buffer, so we should only see 640*scale pixels.

image vs actual hardware image

prg: https://discord.com/channels/547559626024157184/549247967945687071/1025460796836290584

Yazwh0 commented 1 year ago

Source: https://discord.com/channels/547559626024157184/549247967945687071/1025463652804997161

indigodarkwolf commented 1 year ago

Not forgotten, just low-priority.