Previous 199869 Revisions Next

r33369 Thursday 13th November, 2014 at 18:08:22 UTC by Alex W. Jackson
cps2: Roman numeral consistency (nw)
[src/mame/drivers]cps2.c

trunk/src/mame/drivers/cps2.c
r241880r241881
317317            have the ROM details over 2 lines, in this case 'SSFA' would be on the first line and '03B'
318318            on the second line. Each part of this label name is detailed below...
319319
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'.
321321
322322            A   -  The region of the game, in this case 'Asia'. Known regions are...
323323                   J = Japan          E = ETC (World and Euro)
r241880r241881
498498      There is sufficient space next to the B-Board to enable this board to plug into the B-Board
499499      into CN7 and still be fully enclosed inside the housing. The housing has holes in it to allow
500500      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
502502      yellow rent boards also have this daughter board attached.
503503
504504      SCN1    - Network Data IN
r241880r241881
88228822GAME( 1998, sfz3a,      sfa3,     cps2, cps2_2p6b, cps_state, cps2,     ROT0,   "Capcom", "Street Fighter Zero 3 (Asia 980904)", GAME_SUPPORTS_SAVE )
88238823GAME( 1998, sfz3ar1,    sfa3,     cps2, cps2_2p6b, cps_state, cps2,     ROT0,   "Capcom", "Street Fighter Zero 3 (Asia 980701)", GAME_SUPPORTS_SAVE )
88248824GAME( 1999, jyangoku,   0,        cps2, cps2_1p2b, cps_state, cps2,     ROT0,   "Capcom", "Jyangokushi: Haoh no Saihai (Japan 990527)", GAME_SUPPORTS_SAVE )
8825GAME( 2004, hsf2,       0,        cps2, cps2_2p6b, cps_state, cps2,     ROT0,   "Capcom", "Hyper Street Fighter 2: The Anniversary Edition (USA 040202)", GAME_SUPPORTS_SAVE )
8826GAME( 2004, hsf2a,      hsf2,     cps2, cps2_2p6b, cps_state, cps2,     ROT0,   "Capcom", "Hyper Street Fighter 2: The Anniversary Edition (Asia 040202)", GAME_SUPPORTS_SAVE )
8827GAME( 2004, hsf2j,      hsf2,     cps2, cps2_2p6b, cps_state, cps2,     ROT0,   "Capcom", "Hyper Street Fighter 2: The Anniversary Edition (Japan 031222)", GAME_SUPPORTS_SAVE )
8825GAME( 2004, hsf2,       0,        cps2, cps2_2p6b, cps_state, cps2,     ROT0,   "Capcom", "Hyper Street Fighter II: The Anniversary Edition (USA 040202)", GAME_SUPPORTS_SAVE )
8826GAME( 2004, hsf2a,      hsf2,     cps2, cps2_2p6b, cps_state, cps2,     ROT0,   "Capcom", "Hyper Street Fighter II: The Anniversary Edition (Asia 040202)", GAME_SUPPORTS_SAVE )
8827GAME( 2004, hsf2j,      hsf2,     cps2, cps2_2p6b, cps_state, cps2,     ROT0,   "Capcom", "Hyper Street Fighter II: The Anniversary Edition (Japan 031222)", GAME_SUPPORTS_SAVE )
88288828
88298829/* Games released on CPS-2 hardware by Takumi */
88308830


Previous 199869 Revisions Next


© 1997-2024 The MAME Team