summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-11-06 19:44:46 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-11-06 19:44:46 +0000
commit3f96d412e2b6cc6dbf3c6123acd21739552010ae (patch)
treecf383053aeaeda61099137ec61dacc73ea9b1a34
parentaec813c34ed2c5549ae54b5b806ace62d3595edf (diff)
Randomly found that Fire Shark uses 57.6 Hz via a shmups forum topic, nw
-rw-r--r--src/mame/drivers/toaplan1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/toaplan1.c b/src/mame/drivers/toaplan1.c
index f51de7502a5..057a327c819 100644
--- a/src/mame/drivers/toaplan1.c
+++ b/src/mame/drivers/toaplan1.c
@@ -1728,7 +1728,7 @@ static MACHINE_CONFIG_START( samesame, toaplan1_state )
MCFG_VIDEO_ATTRIBUTES(VIDEO_UPDATE_BEFORE_VBLANK)
MCFG_SCREEN_ADD("screen", RASTER)
- MCFG_SCREEN_REFRESH_RATE(60)
+ MCFG_SCREEN_REFRESH_RATE(57.59) /* verified on pcb */
MCFG_SCREEN_FORMAT(BITMAP_FORMAT_INDEXED16)
MCFG_SCREEN_SIZE(512, 512) /* 512x320 active */
MCFG_SCREEN_VISIBLE_AREA(0, 319, 0, 239)