| Previous | 199869 Revisions | Next |
| r29489 Wednesday 9th April, 2014 at 16:13:55 UTC by hap |
|---|
| this fixes golgo13 (note: namcos12 is the only place where psx vblank_state is used, we should be safe) |
| [src/emu/video] | psx.c |
| r29488 | r29489 | |
|---|---|---|
| 3800 | 3800 | MACHINE_CONFIG_FRAGMENT( psxgpu ) |
| 3801 | 3801 | MCFG_SCREEN_ADD("screen", RASTER) |
| 3802 | 3802 | MCFG_SCREEN_REFRESH_RATE( 60 ) |
| 3803 | MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC( | |
| 3803 | MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500) /* not accurate */) | |
| 3804 | 3804 | MCFG_SCREEN_SIZE( 1024, 1024 ) |
| 3805 | 3805 | MCFG_SCREEN_VISIBLE_AREA( 0, 639, 0, 479 ) |
| 3806 | 3806 | MCFG_SCREEN_UPDATE_DEVICE( DEVICE_SELF, psxgpu_device, update_screen ) |
| Previous | 199869 Revisions | Next |