This is an implementation of a binaray clock for the Atari 2600. It takes advantage of 6502.ts testing capabilities.
In order to build the software:
- Gnu MAKE
- dasm
In order to run the tests:
In order to run the software in an emulator:
make
this will create the ROM file bitclock.bin
make test
Note: some package manager will install yarn as yarnpkg
command, like on ubuntu.
In this case, set the environment variable YARN
,
YARN=yarnpkg make test
or
export YARN=yarnpkg
make test
make run