Previous 199869 Revisions Next

r21555 Monday 4th March, 2013 at 02:50:15 UTC by Angelo Salese
Fixed janjans2, don't think the game should run in 336 x 239, will look at the CRTC sooner or later ...
[src/emu/video]stvvdp1.c
[src/mame/drivers]ssv.c
[src/mess/machine]pce.c

trunk/src/mame/drivers/ssv.c
r21554r21555
26732673
26742674   /* video hardware */
26752675   MCFG_SCREEN_MODIFY("screen")
2676   MCFG_SCREEN_VISIBLE_AREA(0, (0xcb-0x23)*2-1, 0, (0xfe - 0x0f)-1)
2676   MCFG_SCREEN_VISIBLE_AREA(0, (0xcb-0x23)*2-1, 0, (0xfe - 0x0e)-1)
26772677MACHINE_CONFIG_END
26782678
26792679
trunk/src/emu/video/stvvdp1.c
r21554r21555
1616#include "emu.h"
1717#include "includes/stv.h"
1818
19#define VDP1_LOG 0
19#define VDP1_LOG 1
2020
2121
2222enum { FRAC_SHIFT = 16 };
trunk/src/mess/machine/pce.c
r21554r21555
524524      pce_cd.end_mark = 0;
525525   }
526526
527   #if 0 // dirty PoP hack test
528   {
529      static int test;
530
531      if(frame == 0xcf4)
532         test = 1;
533
534      if(test == 1)
535         frame-=0xe1;
536   }
537   #endif
538
539527   pce_cd.current_frame = frame;
540528   pce_cd.end_frame = frame + frame_count;
541529

Previous 199869 Revisions Next


© 1997-2024 The MAME Team