Skip to content

iequalshane/spacetennis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


Setup

  1. Install DosBox https://www.dosbox.com/
  2. Place the following files in the directory external/echo from Sik's Echo Sound Engine project https://github.com/sikthehedgehog/Echo
  1. Find this line in echo.68k @Z80Program: incbin "../bin/prog-z80.bin" and replace it with @Z80Program: incbin "external/echo/prog-z80.bin"

Build

Windows - Run build.cmd Mac/Linux - Run build.sh Output is found in te build directory.

About

A pong clone for the Sega Genesis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages