Skip to content

Documenting the vintage T.E.A.M.M.A.T.E. Game Computer by Logix

Notifications You must be signed in to change notification settings

michaelkamprath/teammate-game-computer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T.E.A.M.M.A.T.E. Game Computer by Logix

This repository is an ode to one of my favorite childhood toys: the T.E.A.M.M.A.T.E. Game Computer.

Schematics

The schematic directory contains a KiCad electrical schematic of the T.E.A.M.M.A.T.E. This was obtained by simply filling PCB traces and wires to understand what is connected to what.

ROM

The ROM in the T.E.A.M.M.A.T.E. computer's original MOSTEK 3870 microcontroller can be found in the original-rom directory. This ROM was dumped using the MOSTEK 3870 ROM Dumper project.

Homebrew Software

Custom software and a kernel to build custom software on top of can be found in the custom-software directory. Note that this requires replacing the MOSTEK 3870 in the T.E.A.M.M.A.T.E. computer with a MOSTEK 38P70 and then using a M2716 EPROM or 28C16 EEPROM to store the compiled binary.

MAME Support

Thanks to the effort of GitHub user happppp, MAME has been updated to support the T.E.A.M.M.A.T.E. Game Computer. Both the original ROM and homebrew software can be run with MAME. The shell script make_mame_rom.sh is included in this repository to facilitate running T.E.A.M.M.A.T.E. ROMs with MAME. It will package a 2K binary image as MAME expects, and then copy it to your MAME roms directory as indicated as a command argument.

When running homebrew software, MAME must be launched from the command line with the mame teammate command. Furthermore, MAME will complain that the homebrew software image is incorrect, but this warning will be ignored when launching from the command line.

Links

Here are some interesting links about the T.E.A.M.M.A.T.E. Game Computer:

Videos

Programming the Vintage T.E.A.M.M.A.T.E. Game Computer - ROM Dump

Programming the Vintage T.E.A.M.M.A.T.E. Game Computer - Refurbishing and Programming

About

Documenting the vintage T.E.A.M.M.A.T.E. Game Computer by Logix

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages