Close

Compiling with Arduino 1.6

A project log for KIM Uno: Simple KIM-1, Apple-1 & Cosmac Elf remake

A pocket-sized KIM-1/Apple-1/Cosmac Elf with added '6502 programmable calculator mode'. Parts cost is about $10.

oscarvOscarv 03/29/2015 at 18:100 Comments

The KIM Uno code was written for the 1.5 version. Scott tipped me off that you need to make one change when compiling under 1.6:

change "prog_uchar" to "const unsigned char" in cpu.

Thanks!

Oscar.

Discussions