mirror of
https://github.com/holub/mame
synced 2025-05-17 19:24:59 +03:00
vsync/hsync info from guru
This commit is contained in:
parent
bedf4ade35
commit
6d8187ad3b
@ -1143,14 +1143,15 @@
|
||||
|
||||
#define SS22_MASTER_CLOCK (XTAL_49_152MHz) /* info from Guru */
|
||||
|
||||
/* TODO: NOT measured! */
|
||||
#define PIXEL_CLOCK ((SS22_MASTER_CLOCK*2)/4) // x 2 is due of the interlaced screen ...
|
||||
|
||||
#define HTOTAL (782)
|
||||
// VSync - 59.9042 Hz
|
||||
// HSync - 15.7248 kHz
|
||||
#define HTOTAL (781)
|
||||
#define HBEND (0)
|
||||
#define HBSTART (640)
|
||||
|
||||
#define VTOTAL (262*2)
|
||||
#define VTOTAL (262*2+1)
|
||||
#define VBEND (0)
|
||||
#define VBSTART (240*2)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user