Previous 199869 Revisions Next

r31566 Saturday 9th August, 2014 at 11:31:39 UTC by hap
added layout to sfiii2
[src/mame]mame.mak
[src/mame/drivers]cps3.c
[src/mame/layout]sfiii2.lay* vr.lay

trunk/src/mame/layout/sfiii2.lay
r0r31566
1<?xml version="1.0"?>
2<mamelayout version="2">
3
4<!-- Screen mode is configured in Test Menu -> Configuration -> Game -> Screen Mode -->
5
6   <view name="Normal (4:3)">
7      <screen index="0">
8         <bounds left="0" top="0" right="4" bottom="3" />
9      </screen>
10   </view>
11   <view name="Wide (16:9)">
12      <screen index="0">
13         <bounds left="0" top="0" right="16" bottom="9" />
14      </screen>
15   </view>
16</mamelayout>
Property changes on: trunk/src/mame/layout/sfiii2.lay
Added: svn:mime-type
   + text/xml
Added: svn:eol-style
   + native
trunk/src/mame/layout/vr.lay
r31565r31566
11<?xml version="1.0"?>
22<mamelayout version="2">
3
4<!-- Screen mode is configured in Test Mode -> Game System -> Monitor -->
5
36   <view name="Wide (16:9)">
47      <screen index="0">
58         <bounds left="0" top="0" right="16" bottom="9" />
trunk/src/mame/drivers/cps3.c
r31565r31566
466466#include "bus/scsi/scsicd.h"
467467#include "machine/wd33c93.h"
468468
469#include "sfiii2.lh"
470
469471#define MASTER_CLOCK    42954500
470472
471473#define DEBUG_PRINTF 0
r31565r31566
39043906// not dumped
39053907
39063908// 970930
3907GAME( 1997, sfiii2,    0,        sfiii2,   cps3, cps3_state,      sfiii2,   ROT0, "Capcom", "Street Fighter III 2nd Impact: Giant Attack (USA 970930)", GAME_IMPERFECT_GRAPHICS )
3908GAME( 1997, sfiii2j,   sfiii2,   sfiii2,   cps3, cps3_state,      sfiii2,   ROT0, "Capcom", "Street Fighter III 2nd Impact: Giant Attack (Japan 970930)", GAME_IMPERFECT_GRAPHICS )
3909GAME( 1997, sfiii2n,   sfiii2,   sfiii2,   cps3, cps3_state,      sfiii2,   ROT0, "Capcom", "Street Fighter III 2nd Impact: Giant Attack (Asia 970930, NO CD)", GAME_IMPERFECT_GRAPHICS )
3909GAMEL(1997, sfiii2,    0,        sfiii2,   cps3, cps3_state,      sfiii2,   ROT0, "Capcom", "Street Fighter III 2nd Impact: Giant Attack (USA 970930)", GAME_IMPERFECT_GRAPHICS, layout_sfiii2 ) // layout is for widescreen support
3910GAMEL(1997, sfiii2j,   sfiii2,   sfiii2,   cps3, cps3_state,      sfiii2,   ROT0, "Capcom", "Street Fighter III 2nd Impact: Giant Attack (Japan 970930)", GAME_IMPERFECT_GRAPHICS, layout_sfiii2 )
3911GAMEL(1997, sfiii2n,   sfiii2,   sfiii2,   cps3, cps3_state,      sfiii2,   ROT0, "Capcom", "Street Fighter III 2nd Impact: Giant Attack (Asia 970930, NO CD)", GAME_IMPERFECT_GRAPHICS, layout_sfiii2 )
39103912
39113913/* JoJo's Venture / JoJo no Kimyou na Bouken */
39123914
trunk/src/mame/mame.mak
r31565r31566
25712571$(DRIVERS)/corona.o:    $(LAYOUT)/re800.lh \
25722572         $(LAYOUT)/luckyrlt.lh
25732573
2574$(DRIVERS)/cps3.o:      $(LAYOUT)/sfiii2.lh
2575
25742576$(DRIVERS)/darius.o:    $(LAYOUT)/darius.lh
25752577
25762578$(DRIVERS)/dblcrown.o:  $(LAYOUT)/dblcrown.lh

Previous 199869 Revisions Next


© 1997-2024 The MAME Team