TetrisNESDisasm
TetrisNESDisasm copied to clipboard
Disassembly of Tetris (NES)
Pretty straightforward; I couldn't get the binaries to work under wine, so I figured I'd find the official repo for `cc65` and use that instead.
Hi, Since the latest commits there is a build issue: ``` cc65/bin/ca65 -g tetris.asm -o tetris.o tetris.asm:24: Error: Constant expression expected make: *** [Makefile:58 : tetris.o] Erreur 1 ``` Nice...
When the upstream cc65 repository updates any code in the main/master branch, the submodule should be automatically able to update itself to match. Would a GitHub Actions action be able...