1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-23 05:45:03 +00:00
oot/src/libultra_boot_O1/osViModePalLan1.c
2020-03-17 00:31:30 -04:00

34 lines
655 B
C

#include <global.h>
OSViMode osViModePalLan1 =
{
0x10, //type
{ //comRegs
0x311E, //ctrl
0x140, //width
0x4541E3A, //burst
0x271, //vSync
0x170C69, //hSync
0xC6F0C6D, //leap
0x800300, //hStart
0x200, //xScale
0 //vCurrent
},
{ //fldRegs
{
0x280, //origin
0x400, //yScale
0x5F0239, //vStart
0x9026B, //vBurst
2, //vIntr
},
{
0x280, //origin
0x400, //yScale
0x5F0239, //vStart
0x9026B, //vBurst
2 //vIntr
}
}
};