mirror of
https://github.com/holub/mame
synced 2025-05-20 12:48:53 +03:00
corrected name, added note (no whatsnew)
http://www.mametesters.org/view.php?id=4178
This commit is contained in:
parent
74791c66d3
commit
0b26f8e978
@ -1,15 +1,24 @@
|
|||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Multipede (c) 1980-2 Infogrames / 199x CosmoDog
|
Centipede, Millipede, Missile Command, Let's Go Bowling
|
||||||
|
(c) 1980-2 Infogrames / 2002 CosmoDog
|
||||||
|
|
||||||
preliminary driver by Angelo Salese
|
preliminary driver by Angelo Salese
|
||||||
|
|
||||||
|
Earlier revisions of this cabinet did not include the bowling game.
|
||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
- program banking;
|
- program banking;
|
||||||
- finish video emulation;
|
- finish video emulation;
|
||||||
- inputs;
|
- inputs;
|
||||||
- sound;
|
- sound;
|
||||||
|
|
||||||
|
Probably on the CPLD (CY39100V208B) - Quoted from Cosmodog's website:
|
||||||
|
"Instead, we used a programmable chip that we could reconfigure very
|
||||||
|
quickly while the game is running. So, during that 1/8th of a second
|
||||||
|
or so when the screen goes black while it switches games, it's actually
|
||||||
|
reloading the hardware with a whole new design to run the next game."
|
||||||
|
|
||||||
============================================================================
|
============================================================================
|
||||||
|
|
||||||
Centipede, Millipede, Missile Command, Let's Go Bowling.
|
Centipede, Millipede, Missile Command, Let's Go Bowling.
|
||||||
@ -325,4 +334,4 @@ ROM_START( cmmb162 )
|
|||||||
ROM_REGION( 0x1000, "gfx", ROMREGION_ERASE00 )
|
ROM_REGION( 0x1000, "gfx", ROMREGION_ERASE00 )
|
||||||
ROM_END
|
ROM_END
|
||||||
|
|
||||||
GAME( 199?, cmmb162, 0, cmmb, cmmb, 0, ROT270, "Infogrames / Cosmodog", "Multipede (V1.00)", GAME_NO_SOUND|GAME_NOT_WORKING )
|
GAME( 2002, cmmb162, 0, cmmb, cmmb, 0, ROT270, "Infogrames / Cosmodog", "Centipede/Millipede/Missile Command/Let's Go Bowling (rev 1.62)", GAME_NO_SOUND|GAME_NOT_WORKING )
|
||||||
|
Loading…
Reference in New Issue
Block a user