MiSTer-devel / C64_MiSTer

111 stars 57 forks source link

Input devices freeze when loading PRG #145

Open kaloun34 opened 1 year ago

kaloun34 commented 1 year ago

I have noticed a small bug when using the C64 Core : If a .crt file is already loaded and a .prg file is loaded (without unloading the .crt), the Core freezes and all the keyboard and joystick peripherals do not respond. It is necessary to do a reset directly on the MiSTer.

sorgelig commented 1 year ago

Probably it depends on PRG autostart since it relays on specific input routines in BIOS. Disable PRG autostart in OSD - it should solve CRT+PRG issue.

kaloun34 commented 1 year ago

Yes, that's probably where it comes from But I would like to keep the autostart of the .prg

sorgelig commented 1 year ago

i will see what can be done. Cartridge intercepts the booting process.