tomm / fab-agon-emulator

Agon Light, Agon Light 2, Agon Console8 Emulator for Linux, Windows, any system with libSDL
GNU General Public License v3.0
82 stars 19 forks source link

Feature request: load/execute binaries from command line #46

Open leuat opened 7 months ago

leuat commented 7 months ago

Hi there! I'm the developer of TRSE (www.turborascal.com), and I'm currently looking into adding Agon support to my compiler. However, in order for things to work smoothly, I need the emulator to be able to load + execute binary programs from command line, ie

./fab-agon-emulator load_bin=myprogram.bin execute_address=B000

or something similar... Would this be possible to implement?

astralaster commented 7 months ago

Workaround is changing the sdcard/autoexec.txt to load and run the binary.

leuat commented 7 months ago

thanks! workaround .. worked!