Page 1 of 1

CC65 Demo Code for 8bit-Hub

Posted: Wed Feb 23, 2022 1:26 pm
by 8bit-Dude
In order to make it easier for people to start developping games/code using the 8bit-Hub, I have added a folder on GitHub that contains a small demo code written in CC65.

See GitHub Code: https://github.com/8bit-Dude/8bit-Hub/tree/master/CC65

See Emulation of 8bit-Hub (Firmware 0.6) in Oricutron: http://8bit-slicks.com/?wpdmpro=oricutron

For more info on the 8bit-Hub: http://8bit-unity.com/?page_id=551

Note: This code can be easily ported to OSDK. You would simply need to copy the files hub.s (generated by CC65) and VIA.s. Then use the same API calls as shown in main.c. :wink: