Forums

Sega Master System / Mark III / Game Gear
SG-1000 / SC-3000 / SF-7000 / OMV
Home - Forums - Games - Scans - Maps - Cheats - Credits
Music - Videos - Development - Hacks - Translations - Homebrew

View topic - Bitsy-Converter can now be used for generating SMS-compatible C source.

Reply to topic
Author Message
  • Joined: 25 Feb 2006
  • Posts: 874
  • Location: Belo Horizonte, MG, Brazil
Reply with quote
Bitsy-Converter can now be used for generating SMS-compatible C source.
Post Posted: Fri Jan 17, 2020 1:01 am
Hello, again!

This is my current project, Bitsy-Converter.

This tool is capable of converting Bitsy scripts into various formats:

* JSON: A JSON object representing the parsed script; useful for chaining with other tools;
* Arduboy: A ".ino" sketch that can be compiled into an Arduboy game;
* SDCC + LibCV: A ".c" source file designed to be compiled by SDCC, using the LibCV library; this can be used to generate ROMs for either:
-- ColecoVision;
-- SG-1000;
-- Sega Master System (for now, only SG-1000 mode is supported);
-- MSX.

The code generated for Arduboy can be compiled with either the Arduino IDE or ProjectABE (which has a buit-in compiler).

The code generated for SDCC + LibCV can either be compiled with SDCC, or with 8bitworkshop.com (which has an online compiler).
  View user's profile Send private message Visit poster's website
Reply to topic



Back to the top of this page

Back to SMS Power!