Wizzard Match 3

For Creativision

2021-6-4

Wizzard Match 3 is a bare-bones bejewelled/candy-crush type game for Creativision (eg Dick Smith Wizzard) written in C and compiled with cc65.

Download

How to play

Emulator

Get the emulator: https://sourceforge.net/projects/creativisionemulator/

creatiVision.exe -r $f match3.bin bios/bioscv.rom

How to Compile

First copy my modified creativision.cfg file into the cfg of your cc65 folder. This modification makes the compiler output an 8k bin. Then ...

cl65 -t creativision match3.c -o match3.bin

Real hardware

(Easier said than done!)

INSERT CART EPROM SIDE DOWN!


Notes on C & Creativision

cc65 is awesome, but with Creativision there are a number of challenges:

Comments, Enquiries, Feedback

Other Games

Back to index