Re: Vircon32: Creating my own console
Posted: Sun Jul 04, 2021 11:03 am
I have now uploaded the updated emulator to the VIRCON32 DOWNLOADS.
With the current version, I consider the emulator essentially finished. Everything I had planned to include is done. For the future there will only be bug fixes, small improvements, or later down the road trying to port the emulator to other systems to make Vircon as accessible as possible.
On the other hand I have restructured the downloads, so that each part is more independent. This also makes it clearer to know different things are included in the project. Now the files that you can download are these:
--------------------------------
With the current version, I consider the emulator essentially finished. Everything I had planned to include is done. For the future there will only be bug fixes, small improvements, or later down the road trying to port the emulator to other systems to make Vircon as accessible as possible.
On the other hand I have restructured the downloads, so that each part is more independent. This also makes it clearer to know different things are included in the project. Now the files that you can download are these:
--------------------------------
- Emulator
The emulator to open Vircon32 roms.
Includes the BIOS and the program to change the keyboard and joystick controls.
- Example roms
A small pack of roms to test the emulator.
It includes test programs, the tutorial roms and the Arkanoid demo.
Currently there are no finished games yet, I'm making the first one.
- Documents
The guides that explain how the console works and how to create games.
They are PDF documents, with English and Spanish versions.
- Development tools
It's a pack of programs with which you can create games for Vircon32.
It includes assembler, C compiler, rom packer and programs to import images,
sounds and game maps. It also includes the standard compiler library.
- Source code for the roms
Includes the sources (C code, images, sounds, tilemaps, etc.) for all the
programs in the example roms pack.
Also included is the source code for the BIOS and a small example of how
to use an IDE (Code::Blocks) to compile for Vircon.
In addition to the above there are also a couple of small example tutorials
for creating programs in Vircon. They will be expanded in the future.