Giter Site home page Giter Site logo

Comments (4)

ejaquay avatar ejaquay commented on June 2, 2024

A better way is use the -i option to specify a different .ini file entirely:
C> vcc -i ..\appdata\Roaming\vcc\n6809.ini
Any changes made using the menus will then be written to n6809.ini instead of the standard vcc.ini. Use a different .ini file for each special situation you want.

from vcc.

darkfalzx avatar darkfalzx commented on June 2, 2024

A more robust set of command line parameters could be highly useful for integration with front-ends, such as Launchbox, where one could fire up software with a single key-press, and without dealing with various configurations.
Could also use MAME/MESS-like feature of passing an auto-boot text string from command line - -autoboot_command "\nLOADM“POOYAN”:EXEC\n" or something like that.

from vcc.

ejaquay avatar ejaquay commented on June 2, 2024

Create a windows shortcut with command line containing the binary to autorun: vcc-exe-path\vcc [-i <custom initfile>] <myprogram.bin>
Then you can just click the shortcut.

from vcc.

ejaquay avatar ejaquay commented on June 2, 2024

Request #164 adds '-p' option to autopaste basic text when vcc starts.

Example; autostart nitros9 using nitros.ini for settings:

C> vcc -i nitros.ini -p dos

Vcc options can be set in the ini file so being able to specify which ini to use should suffice for setting cpu type, speed, carts loaded, mounted disks, and many other things. Ini files can be modified with notepad while Vcc is not running.

from vcc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.