mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-29 08:52:50 -04:00
902dc0b829
* Matched perspective, contquery, contreaddata, recvmesg and sendmesg * Fixed libultra compilation flags * Matched viblack * Matched virepeatline, visetmode, visetspecial and viswapbuf * Matched cartrominit, dpsetstat, sptask, sptaskyield, visetevent, createthread, gettime, setthreadpri, settime, settimer and starthread * Fixed bss bs * Matched even more libultra stuff * Matched even more * __osRdbSend * Decompiled most of the functions of libultra <3 * Matched last functions * Added a separation to libultra macros * Removed ARRLEN from controller.h * Fix libultra warnings --------- Co-authored-by: Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com>
38 lines
1.1 KiB
C
38 lines
1.1 KiB
C
#include "PR/os.h"
|
|
#include "PR/rcp.h"
|
|
#include "PR/viint.h"
|
|
|
|
OSViMode osViModeMpalLan1 = {
|
|
OS_VI_MPAL_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, 30, 5, 70), // burst
|
|
VSYNC(525), // vSync
|
|
HSYNC(3089, 4), // hSync
|
|
LEAP(3097, 3098), // 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
|
|
} },
|
|
};
|