Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 908 Bytes

README.adoc

File metadata and controls

15 lines (12 loc) · 908 Bytes

genesis-pong

Old and unfinished Pong clone for the Sega Genesis, written in Motorola 68k assembly. Contains all the weird micro-optimizations and workarounds for assembler bugs I could fit into something this small.
I don’t see myself ever finishing this, but I guess it could be a half-decent learning resource for someone.

Building

  • Place asw and p2bin from The Macroassembler AS somewhere in your PATH

  • Place romfix from Sik’s mdtools somewhere in your PATH

  • Run make all and pray it works

Credits

Flamewing for their DMA macros and ultra-dma-queue
Sik for Plutiedev and mdtools