summaryrefslogtreecommitdiff
path: root/lib/ultralib/src/vimodes/vimodentsclan1.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ultralib/src/vimodes/vimodentsclan1.c')
-rw-r--r--lib/ultralib/src/vimodes/vimodentsclan1.c35
1 files changed, 35 insertions, 0 deletions
diff --git a/lib/ultralib/src/vimodes/vimodentsclan1.c b/lib/ultralib/src/vimodes/vimodentsclan1.c
new file mode 100644
index 0000000..9a052be
--- /dev/null
+++ b/lib/ultralib/src/vimodes/vimodentsclan1.c
@@ -0,0 +1,35 @@
+#include "PR/os.h"
+#include "PR/rcp.h"
+#include "../io/viint.h"
+
+OSViMode osViModeNtscLan1 = {
+ OS_VI_NTSC_LAN1, // type
+ { // comRegs
+ VI_CTRL_TYPE_16 | VI_CTRL_GAMMA_DITHER_ON | VI_CTRL_GAMMA_ON |
+ VI_CTRL_DIVOT_ON | VI_CTRL_ANTIALIAS_MODE_1 | VI_CTRL_PIXEL_ADV_3, // ctrl
+ WIDTH(320), // width
+ BURST(57, 34, 5, 62), // burst
+ VSYNC(525), // vSync
+ HSYNC(3093, 0), // hSync
+ LEAP(3093, 3093), // leap
+ HSTART(108, 748), // hStart
+ SCALE(2, 0), // xScale
+ VCURRENT(0), // vCurrent
+ },
+ { // fldRegs
+ { // [0]
+ ORIGIN(640), // origin
+ SCALE(1, 0), // yScale
+ HSTART(37, 511), // vStart
+ BURST(4, 2, 14, 0), // vBurst
+ VINTR(2), // vIntr
+ },
+ { // [1]
+ ORIGIN(640), // origin
+ SCALE(1, 0), // yScale
+ HSTART(37, 511), // vStart
+ BURST(4, 2, 14, 0), // vBurst
+ VINTR(2), // vIntr
+ }
+ }
+};