To begin you must download Development tools and the Emulator off of the Vircon32 github in the Computer software repo. Once downloaded you should unzipped into a folder. Once unzipped go into both Emulator and development tools and sudo download all required libraries. Once you have the required libraries you will have to read the readme.txt and follow the steps in both Emulator and Developer tools folders if you only do one or the other you will only get one or the other so remember to do both! Once you have done both you will have to go into your bashrc and put a path to the developer tools. If done correctly you should be able to run Vircon32 just from typing it in the command line. Once you have that installed if you don't know much about Vircon32 you should look at the hello world tutorial in the console software repo.
What is Vircon32?
It is a 32-bit virtual console created with the goal of being as simple as possible, but still having enough features to support full, elaborate games. Vircon Specifications
Simplified 32-bit architecture 15 MHz CPU with floating point support 15 MHz CPU with floating point support 15 MHz CPU with floating point support Screen of 640 x 360 pixels (16 : 9), with true color Support for rotation, scaling and transparencies CD-quality stereo sound with 16 channels Up to 4 gamepads with 6 buttons + Start Supports 1 MB memory cards to save games Each ROM is a single file Has a C compiler: no need to write assembly
Dowloading and Installing Vircon32 Obtain source of latest stable release of Vircon32 DevTools and Emulator
go onto your computer and copy the repo to a location of your choosing, git clone https://github.com/vircon32/ComputerSoftware
both emulator and developer tools are included environment configuration for dev tools
while in the downloaded repo, go to DevelopmentTools/ and make a new folder called build. go into that folder. environment configuration for emulator
while in the downloaded repo, go to DesktopEmulator/ and make a new folder called build. go into that folder.
http://www.vircon32.com/api/video.html#Working%20with%20colors for colors http://www.vircon32.com/tutorials.html Tutorial guides https://github.com/vircon32 vircons github