vimode file comments (#85)

Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
Co-authored-by: Mr-Wiseguy <mrwiseguyromhacking@gmail.com>
This commit is contained in:
Derek Hensley
2024-08-19 21:52:27 -06:00
committed by GitHub
parent 5ed26e7c0a
commit 8f96e1e71b
56 changed files with 560 additions and 0 deletions

View File

@@ -1,3 +1,13 @@
/**
* @file vimodefpalhaf1.c
*
* FPAL HAF1 Video Mode
*
* H = High Resolution
* A = Anti-Aliased
* F = Deflickered Interlaced
* 1 = 16-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"

View File

@@ -1,3 +1,13 @@
/**
* @file vimodefpalhan1.c
*
* FPAL HAN1 Video Mode
*
* H = High Resolution
* A = Anti-Aliased
* N = Normal Interlaced
* 1 = 16-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"

View File

@@ -1,3 +1,13 @@
/**
* @file vimodefpalhpf1.c
*
* FPAL HPF1 Video Mode
*
* H = High Resolution
* P = Point Sampled
* F = Deflickered Interlaced
* 1 = 16-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"

View File

@@ -1,3 +1,13 @@
/**
* @file vimodefpalhpf2.c
*
* FPAL HPF2 Video Mode
*
* H = High Resolution
* P = Point Sampled
* F = Deflickered Interlaced
* 2 = 32-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"

View File

@@ -1,3 +1,13 @@
/**
* @file vimodefpalhpn1.c
*
* FPAL HPN1 Video Mode
*
* H = High Resolution
* P = Point Sampled
* N = Normal Interlaced
* 1 = 16-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"

View File

@@ -1,3 +1,13 @@
/**
* @file vimodefpalhpn2.c
*
* FPAL HPN2 Video Mode
*
* H = High Resolution
* P = Point Sampled
* N = Normal Interlaced
* 2 = 32-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"

View File

@@ -1,3 +1,13 @@
/**
* @file vimodefpallaf1.c
*
* FPAL LAF1 Video Mode
*
* L = Low Resolution
* A = Anti-Aliased
* F = Interlaced
* 1 = 16-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"

View File

@@ -1,3 +1,13 @@
/**
* @file vimodefpallaf2.c
*
* FPAL LAF2 Video Mode
*
* L = Low Resolution
* A = Anti-Aliased
* F = Interlaced
* 2 = 32-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"

View File

@@ -1,3 +1,13 @@
/**
* @file vimodefpallan1.c
*
* FPAL LAN1 Video Mode
*
* L = Low Resolution
* A = Anti-Aliased
* N = Non-Interlaced
* 1 = 16-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"

View File

@@ -1,3 +1,13 @@
/**
* @file vimodefpallan2.c
*
* FPAL LAN2 Video Mode
*
* L = Low Resolution
* A = Anti-Aliased
* N = Non-Interlaced
* 2 = 32-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"

View File

@@ -1,3 +1,13 @@
/**
* @file vimodefpallpf1.c
*
* FPAL LPF1 Video Mode
*
* L = Low Resolution
* P = Point Sampled
* F = Interlaced
* 1 = 16-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"

View File

@@ -1,3 +1,13 @@
/**
* @file vimodefpallpf2.c
*
* FPAL LPF2 Video Mode
*
* L = Low Resolution
* P = Point Sampled
* F = Interlaced
* 2 = 32-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"

View File

@@ -1,3 +1,13 @@
/**
* @file vimodefpallpn1.c
*
* FPAL LPN1 Video Mode
*
* L = Low Resolution
* P = Point Sampled
* N = Non-Interlaced
* 1 = 16-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"

View File

@@ -1,3 +1,13 @@
/**
* @file vimodefpallpn2.c
*
* FPAL LPN2 Video Mode
*
* L = Low Resolution
* P = Point Sampled
* N = Non-Interlaced
* 2 = 32-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"

View File

@@ -1,3 +1,13 @@
/**
* @file vimodempalhaf1.c
*
* MPAL HAF1 Video Mode
*
* H = High Resolution
* A = Anti-Aliased
* F = Deflickered Interlaced
* 1 = 16-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"

View File

@@ -1,3 +1,13 @@
/**
* @file vimodempalhan1.c
*
* MPAL HAN1 Video Mode
*
* H = High Resolution
* A = Anti-Aliased
* N = Normal Interlaced
* 1 = 16-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"

View File

@@ -1,3 +1,13 @@
/**
* @file vimodempalhpf1.c
*
* MPAL HPF1 Video Mode
*
* H = High Resolution
* P = Point Sampled
* F = Deflickered Interlaced
* 1 = 16-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"

View File

@@ -1,3 +1,13 @@
/**
* @file vimodempalhpf2.c
*
* MPAL HPF2 Video Mode
*
* H = High Resolution
* P = Point Sampled
* F = Deflickered Interlaced
* 2 = 32-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"

View File

@@ -1,3 +1,13 @@
/**
* @file vimodempalhpn1.c
*
* MPAL HPN1 Video Mode
*
* H = High Resolution
* P = Point Sampled
* N = Normal Interlaced
* 1 = 16-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"

View File

@@ -1,3 +1,13 @@
/**
* @file vimodempalhpn2.c
*
* MPAL HPN2 Video Mode
*
* H = High Resolution
* P = Point Sampled
* N = Normal Interlaced
* 2 = 32-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"

Some files were not shown because too many files have changed in this diff Show More