hagronnestad / retro-computing

🤓🕹💾 This hobby project contains software implementations of old microprocessors and complete computer systems. I'm very interested in retrocomputing and this is how I learn about the inner workings of these old, classic and amazing computers and game consoles.
27 stars 1 forks source link

Detect load address in PRG-files and ask to do a SYS to load address #21

Open hagronnestad opened 2 years ago

hagronnestad commented 2 years ago

Example:

PRG-file with load address 0xC000:

0x00,0xC0,0xA9,0x0E,0x20,0xD2,0xFF,0xA9,...

When loading the file:

Message box (or hotkey?):

Would you like to run SYS49152?