Space Tennis is a game prototype made for the Sega Genesis and inspired by Pong. The prototype is very rough but I wanted to make it available to anyone who might be interested in making their own Sega Genesis games using 68k ASM.
This project is based on the Mega Drive samples from Matt Phillips found here https://github.com/BigEvilCorporation/megadrive_samples
- Install DosBox https://www.dosbox.com/
- Place the following files in the directory external/echo from Sik's Echo Sound Engine project https://github.com/sikthehedgehog/Echo
- echo.68k https://github.com/sikthehedgehog/Echo/blob/master/src-68k/echo.68k
- prog-z80.bin https://github.com/sikthehedgehog/Echo/blob/master/built/prog-z80.bin
- Find this line in echo.68k @Z80Program: incbin "../bin/prog-z80.bin" and replace it with @Z80Program: incbin "external/echo/prog-z80.bin"
Windows - Run build.cmd Mac/Linux - Run build.sh Output is found in te build directory.