randyrossi / bmc64

A bare metal Commodore 64 emulator for the Raspberry Pi with true 50hz/60hz smooth scrolling, low input latency and better audio/video sync.
GNU General Public License v3.0
488 stars 59 forks source link

[FR] Start .PRG files by "injecting" rather than drive emulation #107

Open Kugelblitz360 opened 4 years ago

Kugelblitz360 commented 4 years ago

It looks like the current method of autostarting .PRG files is to push them into a .D64 file then load them at standard speed. There is a "shortcut" to put that .PRG just into RAM at $0801 after the reset and then simply RUN. Would speed up things considerably without needing TDE.

rhester72 commented 4 years ago

While there is no UI element for this, any VICE configuration element can be manually added to vice.ini.

Try adding AutostartPrgMode=1 to the C64 section of vice.ini on the root of your SD card.