Explorar el Código

Add 60Hz register definition

jamesbowman hace 9 años
padre
commit
d53dc61429
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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