kilograham / b-em

An RP2040 and Raspberry Pi 2/3/4/Zero 2 W version of an opensource BBC Micro emulator originally for Win32 and Linux
http://stardot.org.uk/forums/viewtopic.php?f=4&t=10823
GNU General Public License v2.0
91 stars 13 forks source link

Out of range on my old 15" LCD #7

Closed CHiPs44 closed 2 years ago

CHiPs44 commented 2 years ago

Hello,

It seems my old 15" 1024x768 doesn't like current b-em on my Pico.

It spits out an "Out of range" message with all UF2 files that I built.

On a much more modern 21" Full HD LCD monitor, with the same UF2, it displays the BBC's initial screen with some image "jerks".

I didn't manage to find the scanvideo mode used by lurking into the source.

How can I help to debug this issue?

CHiPs44 commented 2 years ago

As said in https://stardot.org.uk/forums/viewtopic.php?p=311225&sid=afcfa621f547ac9d7a156aa5f57791c8#p311225, the emulator uses a pixel doubled / quadrupled variation of a 1280x1024 to achieve a resolution of 640x256, so it seems it won't work on this old monitor.

CHiPs44 commented 2 years ago

Should have closed this issue.