soundpaint / VZ200-Emulator

GNU General Public License v3.0
15 stars 0 forks source link

Command line parameters - injecting and starting program at $7B00 #2

Open leuat opened 3 years ago

leuat commented 3 years ago

Hi there!

I'm the creator of TRSE (www.turborascal.com), a cross-platform IDE/compiler for 8/16-bit development. I'm looking into the possibility of adding VZ200-support (since TRSE natively already supports the Z80), where TRSE produces raw binary machine code output that should be injected directly into an emulator.

If there isn't already support for this in your emulator, would it be possible to add support for something like

java -cp ... ... -file=/code/my_file.bin -start_address=0x7B00

to the emulator?