diff --git a/README.md b/README.md index 911b719..f55e5ae 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,12 @@ *snake6502* is a snake-like game clone for Commodore home computers, written for fun because «I always wanted to code something for a computer of my retrocomputers collection – actually, this is the main reason I collect them: to write programs». -Download the [binary .prg](dist/snake.prg). - Current development status [here](https://git.giomba.it/giomba/snake6502). +## Download +* [.prg](dist/snake.prg) for tapes and disks (size not optimized, yet) +* [.bin](dist/snake.bin) for 8KiB cartridges + ## Compile You need the GNU compiler collection and the [dasm](https://dasm-assembler.github.io/) macro assembler, then: ``` diff --git a/dist/snake.bin b/dist/snake.bin new file mode 100644 index 0000000..9d989d2 Binary files /dev/null and b/dist/snake.bin differ diff --git a/dist/snake.prg b/dist/snake.prg index ee4274e..98046e0 100644 Binary files a/dist/snake.prg and b/dist/snake.prg differ