- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
03589 | Graphics | Minor | Always | Dec 20, 2009, 09:45 | Dec 20, 2009, 21:09 |
Tester | Kold666 | View Status | Public | Platform | MAME (Official Binary) |
Assigned To | Kold666 | Resolution | Fixed | OS | Windows XP (32-bit) |
Status [?] | Resolved | Driver | |||
Version | 0.135u3 | Fixed in Version | 0.135u4 | Build | Normal |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 03589: mystston, myststono: VSYNC does not match original PCB | ||||
Description |
Vertical sync measured on the original pcb should be 57.4hz instead of 68hz. In mame vsync is derived from a calculation of pixel clock and total resolution (not the visible one). Since the pixel clock is reasonable (12mhz/2) I think the total resolution is wrong. I think the regression is this: - 0.123u4: Mysterious Stones gets the "full treatment" [Zsolt Vasvari]. Changed VSync to 68.933824 Hz and palettesize to 64 colors. Before it was correct: - 0.113u2: Changed VSync to 57.444853 Hz. |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | Verified with Original | ||||
Regression Version | 0.123u4 | ||||
Affected Sets / Systems | mystston, myststono | ||||
Attached Files
|
|||||
Relationships
Notes
2
No.05292
Mamesick Senior Tester
Dec 20, 2009, 15:40
edited on: Dec 20, 2009, 15:40 |
Change this line:#define HTOTAL (0x180)in video/mystston.c and you'll get the correct vsync. I guess it has been a typo during the rewrite... |
---|---|
No.05294
Kold666 Developer
Dec 20, 2009, 18:54
|
Thank you, fixed in the next update |