mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-15 14:05:06 -05:00
39cc86c260
subrepo: subdir: "soh" merged: "ba904bbd0" upstream: origin: "https://github.com/HarbourMasters/soh.git" branch: "master" commit: "ba904bbd0" git-subrepo: version: "0.4.1" origin: "???" commit: "???"
33 lines
737 B
C
33 lines
737 B
C
#include "global.h"
|
|
|
|
OSViMode osViModeFpalLan1 = {
|
|
0x2C, // type
|
|
{
|
|
// comRegs
|
|
0x311E, // ctrl
|
|
SCREEN_WIDTH, // width
|
|
0x4541E3A, // burst
|
|
0x271, // vSync
|
|
0x170C69, // hSync
|
|
0xC6F0C6D, // leap
|
|
0x800300, // hStart
|
|
0x200, // xScale
|
|
0 // vCurrent
|
|
},
|
|
{ // fldRegs
|
|
{
|
|
0x280, // origin
|
|
0x400, // yScale
|
|
0x2F0269, // vStart
|
|
0x9026B, // vBurst
|
|
2, // vIntr
|
|
},
|
|
{
|
|
0x280, // origin
|
|
0x400, // yScale
|
|
0x2F0269, // vStart
|
|
0x9026B, // vBurst
|
|
2 // vIntr
|
|
} },
|
|
};
|