diff options
author | 2008-01-27 04:04:04 +0000 | |
---|---|---|
committer | 2008-01-27 04:04:04 +0000 | |
commit | 777f10fff872b6ce30b0cab77067bff997dd7da4 (patch) | |
tree | b8ea5cf8b02175211b19ed9bcf95a1f054e54167 /.gitattributes | |
parent | 85636e6f54bae27c4966582f190cf840600d0435 (diff) |
Adds Galaxy Games multi-system dumped by www.softwarethis.com.
This purely a skeleton driver. Someone who knows anything about the m68k will likely be able to make great progress with this one.
"Galaxy Games" is a trackball-based, cocktail, multi-game cab released in 1998. It has 7 games built into the BIOS, but can also take 4 cartridges. Namco apparently licensed some software to the company who makes it (two player simultaneous Ms. Pac Man - using trackballs?!).
The company's webpage is here: http://www.cesgames.com/
They also have ROMs for their Classic Collection games available for download. There's no information about the Classic Collection hardware, but I'm guessing it's very similar to the Galaxy Games hardware. These can be likely added at a later date.
It looks like the softwarethis.com fellow has a Namco cart, but was unable to dump the ROMs?
BIOS ROMs are uploaded to /roms/g/galgbios.zip and Wiki is updated with skeleton status.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ad6b8438c32..d93964722c2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1428,6 +1428,7 @@ src/mame/drivers/gaiden.c svneol=native#text/plain src/mame/drivers/galaga.c svneol=native#text/plain src/mame/drivers/galaxia.c svneol=native#text/plain src/mame/drivers/galaxian.c svneol=native#text/plain +src/mame/drivers/galgames.c svneol=native#text/plain src/mame/drivers/galivan.c svneol=native#text/plain src/mame/drivers/galpani2.c svneol=native#text/plain src/mame/drivers/galpani3.c svneol=native#text/plain |