Browse Source

Add 60Hz register definition

jamesbowman 8 years ago
parent
commit
d53dc61429
1 changed files with 4 additions and 0 deletions
  1. 4 0
      GD.h

+ 4 - 0
GD.h

@@ -106,6 +106,10 @@ extern GDClass GD;
 #define SAMPLE_R      0x2812
 
 #define MODULATOR     0x2814
+#define VIDEO_MODE    0x2815
+
+#define   MODE_800x600_72   0
+#define   MODE_800x600_60   1
 
 #define SCREENSHOT_Y  0x281e