Previous 199869 Revisions Next

r28763 Thursday 20th March, 2014 at 19:10:37 UTC by hap
add note that neogeo was designed by Alpha Denshi
[src/mame/drivers]neogeo.c

trunk/src/mame/drivers/neogeo.c
r28762r28763
4646
4747*****************************************************************************
4848
49    The Neo-Geo Multi Video System (MVS), is an arcade system board, being the first product in the Neo-Geo family, and released in 1990 by SNK.
50    It was known to the coin-op industry, and offered arcade operators the ability to put up to 6 different arcade titles into a single cabinet,
51    a key economic consideration for operators with limited floorspace (games for the Neo-Geo are cartridge based and are easily exchangeable).
52    It comes in many different cabinets but basically consists of an add on board that can be linked to a standard Jamma system.
49    The Neo-Geo Multi Video System (MVS), is an arcade system board, being
50    the first product in the Neo-Geo family, designed by Alpha Denshi(ADK)
51    and released in 1990 by SNK. It was known to the coin-op industry, and
52    offered arcade operators the ability to put up to 6 different arcade
53    titles into a single cabinet, a key economic consideration for operators
54    with limited floorspace (games for the Neo-Geo are cartridge based and are
55    easily exchangeable). It comes in many different cabinets but basically
56    consists of an add on board that can be linked to a standard Jamma system.
5357    The system was discontinued in 2004.
5458    Source (modified): http://en.wikipedia.org/wiki/Neo_Geo
5559
r28762r28763
1141711421GAME( 1993, spinmast,   neogeo,   neogeo,   neogeo, neogeo_state,   neogeo,   ROT0, "Data East Corporation", "Spin Master / Miracle Adventure", GAME_SUPPORTS_SAVE )
1141811422GAME( 1994, wjammers,   neogeo,   neogeo,   neogeo, neogeo_state,   neogeo,   ROT0, "Data East Corporation", "Windjammers / Flying Power Disc", GAME_SUPPORTS_SAVE )
1141911423GAME( 1994, karnovr,    neogeo,   neogeo,   neogeo, neogeo_state,   neogeo,   ROT0, "Data East Corporation", "Karnov's Revenge / Fighter's History Dynamite", GAME_SUPPORTS_SAVE )
11420GAME( 1994, strhoop,    neogeo,   neogeo,   neogeo, neogeo_state,   neogeo,   ROT0, "Data East Corporation", "Street Hoop / Street Slam / Dunk Dream (DEM-004) (DEH-004)", GAME_SUPPORTS_SAVE )
11424GAME( 1994, strhoop,    neogeo,   neogeo,   neogeo, neogeo_state,   neogeo,   ROT0, "Data East Corporation", "Street Hoop / Street Slam / Dunk Dream (DEM-004)(DEH-004)", GAME_SUPPORTS_SAVE )
1142111425GAME( 1996, ghostlop,   neogeo,   neogeo,   neogeo, neogeo_state,   neogeo,   ROT0, "Data East Corporation", "Ghostlop (prototype)", GAME_SUPPORTS_SAVE )
1142211426GAME( 1996, magdrop2,   neogeo,   neogeo,   neogeo, neogeo_state,   neogeo,   ROT0, "Data East Corporation", "Magical Drop II", GAME_SUPPORTS_SAVE )
1142311427GAME( 1997, magdrop3,   neogeo,   neogeo,   neogeo, neogeo_state,   neogeo,   ROT0, "Data East Corporation", "Magical Drop III", GAME_SUPPORTS_SAVE )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team