• Video of running the games

    matseng01/06/2017 at 04:57 1 comment

    I just uploaded an (unedited) video of me trying to play the games

  • Source code and hex

    matseng01/06/2017 at 04:41 0 comments

    The assembly source are available at Tetradec.asm @ github and the hex is at Tetradeca.hex @ github

  • Schematics

    matseng01/06/2017 at 03:05 5 comments

    Since I soldered this on perfboard instead of on a real made pcb I didn't bother to draw the schematics in a PCB CAD package. So my hand-drawn scribbles will have to do.

    Only the first three characters are shown in the diode-ROM, but all of them are documented in the code.

  • Almost there...

    matseng01/05/2017 at 17:00 0 comments

    I've been able to squeeze in three games in the allotted 1KB space. A Sort-the-letters-in-reverse game, a Convert-decimal-to-binary game, and a Eight-button-Simon game.

    The Simon game still needs scoring added to it, but luckily I have a bit of space left since I'm only at 519 words out of the maximum 585. So I guess I'll be able to add that and clean up the code a bit before the contest deadline tomorrow.