trunk/src/mame/drivers/kyugo.c
r241582 | r241583 | |
1379 | 1379 | GAME( 1986, legend, 0, legend, legend, kyugo_state, srdmissn, ROT0, "Kyugo / Sega", "Legend", GAME_SUPPORTS_SAVE ) // no copyright (maybe also a bootleg?) |
1380 | 1380 | GAME( 1986, legendb, legend, legend, legend, kyugo_state, srdmissn, ROT0, "bootleg", "Legion (bootleg of Legend)", GAME_SUPPORTS_SAVE ) // no copyright |
1381 | 1381 | GAME( 1987, airwolf, 0, srdmissn, airwolf, kyugo_state, srdmissn, ROT0, "Kyugo", "Airwolf", GAME_SUPPORTS_SAVE ) |
1382 | | GAME( 1987, airwolfa, airwolf, srdmissn, airwolf, kyugo_state, srdmissn, ROT0, "Kyugo (UA Theatre license)", "Airwolf (US)", GAME_SUPPORTS_SAVE ) |
| 1382 | GAME( 1987, airwolfa, airwolf, srdmissn, airwolf, kyugo_state, srdmissn, ROT0, "Kyugo (United Amusements license)", "Airwolf (US)", GAME_SUPPORTS_SAVE ) |
1383 | 1383 | GAME( 1987, skywolf, airwolf, srdmissn, skywolf, kyugo_state, srdmissn, ROT0, "bootleg", "Sky Wolf (set 1)", GAME_SUPPORTS_SAVE ) |
1384 | 1384 | GAME( 1987, skywolf2, airwolf, srdmissn, airwolf, kyugo_state, srdmissn, ROT0, "bootleg", "Sky Wolf (set 2)", GAME_SUPPORTS_SAVE ) |
1385 | 1385 | GAME( 1987, skywolf3, airwolf, srdmissn, airwolf, kyugo_state, srdmissn, ROT0, "bootleg", "Sky Wolf (set 3)", GAME_SUPPORTS_SAVE ) |
trunk/src/mame/drivers/uapce.c
r241582 | r241583 | |
1 | 1 | /* |
2 | 2 | |
3 | | United Amusement PC-Engine based hardware |
| 3 | United Amusements PC-Engine based hardware |
4 | 4 | Driver by Mariusz Wojcieszek |
5 | 5 | Thanks for Charles MacDonald for hardware docs |
6 | 6 | |
r241582 | r241583 | |
12 | 12 | |
13 | 13 | History |
14 | 14 | |
15 | | In 1989 United Amusement (a large operator of arcades in the US at that |
| 15 | In 1989 United Amusements (a large operator of arcades in the US at that |
16 | 16 | time) developed a JAMMA interface for the PC-Engine with NEC's blessing. NEC |
17 | 17 | pulled funding for the project before mass production began, and it never |
18 | 18 | took off. |