Previous 199869 Revisions Next

r34676 Wednesday 28th January, 2015 at 05:32:37 UTC by Alex W. Jackson
psikyosh.c: Correct refresh rate for tgm2 [Alex Jackson]
[src/mame/drivers]psikyosh.c

trunk/src/mame/drivers/psikyosh.c
r243187r243188
778778
779779   MCFG_SCREEN_ADD("screen", RASTER)
780780   MCFG_SCREEN_REFRESH_RATE(60)
781   MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
782781   MCFG_SCREEN_SIZE(64*8, 32*8)
783782   MCFG_SCREEN_VISIBLE_AREA(0, 40*8-1, 0, 28*8-1)
784783   MCFG_SCREEN_UPDATE_DRIVER(psikyosh_state, screen_update_psikyosh)
r243187r243188
813812   MCFG_CPU_MODIFY("maincpu")
814813   MCFG_CPU_PROGRAM_MAP(ps5_map)
815814
815   /* Measured Hsync 16.165 KHz, Vsync 61.68 Hz */
816816   /* Ideally this would be driven off the video register. However, it doesn't changeat runtime and MAME will pick a better screen resolution if it knows upfront */
817817   MCFG_SCREEN_MODIFY("screen")
818   MCFG_SCREEN_VISIBLE_AREA(0, 40*8-1, 0, 30*8-1)
818   MCFG_SCREEN_RAW_PARAMS(MASTER_CLOCK/8, 443, 0, 40*8, 262, 0, 30*8)
819819MACHINE_CONFIG_END
820820
821821


Previous 199869 Revisions Next


© 1997-2024 The MAME Team