trunk/src/mame/drivers/cps2.c
| r241880 | r241881 | |
| 317 | 317 | have the ROM details over 2 lines, in this case 'SSFA' would be on the first line and '03B' |
| 318 | 318 | on the second line. Each part of this label name is detailed below... |
| 319 | 319 | |
| 320 | | SSF - The game title shortened to 3 characters, this game is 'Super Street Fighter 2'. |
| 320 | SSF - The game title shortened to 3 characters, this game is 'Super Street Fighter II'. |
| 321 | 321 | |
| 322 | 322 | A - The region of the game, in this case 'Asia'. Known regions are... |
| 323 | 323 | J = Japan E = ETC (World and Euro) |
| r241880 | r241881 | |
| 498 | 498 | There is sufficient space next to the B-Board to enable this board to plug into the B-Board |
| 499 | 499 | into CN7 and still be fully enclosed inside the housing. The housing has holes in it to allow |
| 500 | 500 | the TX, RX and Register connectors to be accessed without opening the case. |
| 501 | | This board is known to be used with "Super Street Fighter 2 : The Tournament Battle" and some |
| 501 | This board is known to be used with "Super Street Fighter II : The Tournament Battle" and some |
| 502 | 502 | yellow rent boards also have this daughter board attached. |
| 503 | 503 | |
| 504 | 504 | SCN1 - Network Data IN |
| r241880 | r241881 | |
| 8822 | 8822 | GAME( 1998, sfz3a, sfa3, cps2, cps2_2p6b, cps_state, cps2, ROT0, "Capcom", "Street Fighter Zero 3 (Asia 980904)", GAME_SUPPORTS_SAVE ) |
| 8823 | 8823 | GAME( 1998, sfz3ar1, sfa3, cps2, cps2_2p6b, cps_state, cps2, ROT0, "Capcom", "Street Fighter Zero 3 (Asia 980701)", GAME_SUPPORTS_SAVE ) |
| 8824 | 8824 | GAME( 1999, jyangoku, 0, cps2, cps2_1p2b, cps_state, cps2, ROT0, "Capcom", "Jyangokushi: Haoh no Saihai (Japan 990527)", GAME_SUPPORTS_SAVE ) |
| 8825 | | GAME( 2004, hsf2, 0, cps2, cps2_2p6b, cps_state, cps2, ROT0, "Capcom", "Hyper Street Fighter 2: The Anniversary Edition (USA 040202)", GAME_SUPPORTS_SAVE ) |
| 8826 | | GAME( 2004, hsf2a, hsf2, cps2, cps2_2p6b, cps_state, cps2, ROT0, "Capcom", "Hyper Street Fighter 2: The Anniversary Edition (Asia 040202)", GAME_SUPPORTS_SAVE ) |
| 8827 | | GAME( 2004, hsf2j, hsf2, cps2, cps2_2p6b, cps_state, cps2, ROT0, "Capcom", "Hyper Street Fighter 2: The Anniversary Edition (Japan 031222)", GAME_SUPPORTS_SAVE ) |
| 8825 | GAME( 2004, hsf2, 0, cps2, cps2_2p6b, cps_state, cps2, ROT0, "Capcom", "Hyper Street Fighter II: The Anniversary Edition (USA 040202)", GAME_SUPPORTS_SAVE ) |
| 8826 | GAME( 2004, hsf2a, hsf2, cps2, cps2_2p6b, cps_state, cps2, ROT0, "Capcom", "Hyper Street Fighter II: The Anniversary Edition (Asia 040202)", GAME_SUPPORTS_SAVE ) |
| 8827 | GAME( 2004, hsf2j, hsf2, cps2, cps2_2p6b, cps_state, cps2, ROT0, "Capcom", "Hyper Street Fighter II: The Anniversary Edition (Japan 031222)", GAME_SUPPORTS_SAVE ) |
| 8828 | 8828 | |
| 8829 | 8829 | /* Games released on CPS-2 hardware by Takumi */ |
| 8830 | 8830 | |