VCCE / VCC

Tandy Color Computer 3 Emulator
GNU General Public License v3.0
64 stars 21 forks source link

allow automatically typing commands on startup #148

Closed trs-eric closed 6 months ago

trs-eric commented 8 months ago

I would love a feature where VCC can enter some set of text for you after startup.

In MAME this is accomplished with the "autoboot" flag, the system will waiting for x number of seconds and then start sending keyboard input autonomously. See here: https://docs.mamedev.org/commandline/commandline-all.html#scripting-options

This could be part of the debugger options. This would make development using VCC much simpler so one does not have to load their program by hand every time they save out a new image and restart VCC.

ejaquay commented 8 months ago

Interesting idea. In the past I have tried to get Vcc to automatically run "DOS" after it starts but I ran into timing issues that I did not have time to figure out.