runs at ~60hz, not ~55hz (see timers in games)

This commit is contained in:
Michaël Banaan Ananas 2011-12-10 02:08:07 +00:00
parent 88da253151
commit 5e75100824

View File

@ -1146,9 +1146,9 @@
/* TODO: NOT measured! */ /* TODO: NOT measured! */
#define PIXEL_CLOCK ((SS22_MASTER_CLOCK*2)/4) // x 2 is due of the interlaced screen ... #define PIXEL_CLOCK ((SS22_MASTER_CLOCK*2)/4) // x 2 is due of the interlaced screen ...
#define HTOTAL (428*2) #define HTOTAL (782)
#define HBEND (0) #define HBEND (0)
#define HBSTART (320*2) #define HBSTART (640)
#define VTOTAL (262*2) #define VTOTAL (262*2)
#define VBEND (0) #define VBEND (0)