- CMOC Home page, CMOC written by By Pierre Sarrazin
- Original README file
See the file COPYING. Note that it does not apply to the files under src/usim-0.91-cmoc. All changes and additions I made are free to use, change and distribute without any limitations.
The initial version of the C-Wrapper library was written by Johan Van den Brande. This version contains a small subset of the (most important) BIOS calls. Based on the fact that most devs are using VIDE and gcc6809 as a standard, results in much more support for gcc6809 in general. I can also just highly recommend VIDE. Its by far the most best IDE for Vectrex development with an amazing set of feautures and a great support!
Github link here
The goal is to create a full working C Wrapper for Vectrex in CMOC:
- Use similar names as used in gcc6809 to simplify porting code
- Include same functionality as in controller.h (Joystick abstraction) directly in c-wrapper
Detailled progress documented here: Link
I use CMOC under the hood in Classics Coder - Vectrex Edition and need therefore a more comprehensive C support for Vectrex development in CMOC.
Many thanks for all the help, informations, provided c examples and documentations from the Vectrex community!