diff --git a/src/vimodes/vimodefpalhaf1.c b/src/vimodes/vimodefpalhaf1.c index 7b50c8d9..65238c2e 100644 --- a/src/vimodes/vimodefpalhaf1.c +++ b/src/vimodes/vimodefpalhaf1.c @@ -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" diff --git a/src/vimodes/vimodefpalhan1.c b/src/vimodes/vimodefpalhan1.c index b7e9fe73..70f346c2 100644 --- a/src/vimodes/vimodefpalhan1.c +++ b/src/vimodes/vimodefpalhan1.c @@ -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" diff --git a/src/vimodes/vimodefpalhpf1.c b/src/vimodes/vimodefpalhpf1.c index f3e550d0..5250145e 100644 --- a/src/vimodes/vimodefpalhpf1.c +++ b/src/vimodes/vimodefpalhpf1.c @@ -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" diff --git a/src/vimodes/vimodefpalhpf2.c b/src/vimodes/vimodefpalhpf2.c index 367e8647..0fc53139 100644 --- a/src/vimodes/vimodefpalhpf2.c +++ b/src/vimodes/vimodefpalhpf2.c @@ -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" diff --git a/src/vimodes/vimodefpalhpn1.c b/src/vimodes/vimodefpalhpn1.c index 36599dce..ea16c8ac 100644 --- a/src/vimodes/vimodefpalhpn1.c +++ b/src/vimodes/vimodefpalhpn1.c @@ -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" diff --git a/src/vimodes/vimodefpalhpn2.c b/src/vimodes/vimodefpalhpn2.c index b9500c7a..55d9253d 100644 --- a/src/vimodes/vimodefpalhpn2.c +++ b/src/vimodes/vimodefpalhpn2.c @@ -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" diff --git a/src/vimodes/vimodefpallaf1.c b/src/vimodes/vimodefpallaf1.c index c04309f3..204d2821 100644 --- a/src/vimodes/vimodefpallaf1.c +++ b/src/vimodes/vimodefpallaf1.c @@ -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" diff --git a/src/vimodes/vimodefpallaf2.c b/src/vimodes/vimodefpallaf2.c index 7473b12a..ffd140c0 100644 --- a/src/vimodes/vimodefpallaf2.c +++ b/src/vimodes/vimodefpallaf2.c @@ -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" diff --git a/src/vimodes/vimodefpallan1.c b/src/vimodes/vimodefpallan1.c index 33d82f2f..3248ff46 100644 --- a/src/vimodes/vimodefpallan1.c +++ b/src/vimodes/vimodefpallan1.c @@ -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" diff --git a/src/vimodes/vimodefpallan2.c b/src/vimodes/vimodefpallan2.c index 92bd3fb9..4e60f119 100644 --- a/src/vimodes/vimodefpallan2.c +++ b/src/vimodes/vimodefpallan2.c @@ -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" diff --git a/src/vimodes/vimodefpallpf1.c b/src/vimodes/vimodefpallpf1.c index dae14592..3dca20b2 100644 --- a/src/vimodes/vimodefpallpf1.c +++ b/src/vimodes/vimodefpallpf1.c @@ -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" diff --git a/src/vimodes/vimodefpallpf2.c b/src/vimodes/vimodefpallpf2.c index 89301367..fa6b3687 100644 --- a/src/vimodes/vimodefpallpf2.c +++ b/src/vimodes/vimodefpallpf2.c @@ -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" diff --git a/src/vimodes/vimodefpallpn1.c b/src/vimodes/vimodefpallpn1.c index 9c88755f..18bd2114 100644 --- a/src/vimodes/vimodefpallpn1.c +++ b/src/vimodes/vimodefpallpn1.c @@ -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" diff --git a/src/vimodes/vimodefpallpn2.c b/src/vimodes/vimodefpallpn2.c index d8792aa6..5ced6e68 100644 --- a/src/vimodes/vimodefpallpn2.c +++ b/src/vimodes/vimodefpallpn2.c @@ -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" diff --git a/src/vimodes/vimodempalhaf1.c b/src/vimodes/vimodempalhaf1.c index 31500820..2a814bf0 100644 --- a/src/vimodes/vimodempalhaf1.c +++ b/src/vimodes/vimodempalhaf1.c @@ -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" diff --git a/src/vimodes/vimodempalhan1.c b/src/vimodes/vimodempalhan1.c index 060fa9d4..ba21ab39 100644 --- a/src/vimodes/vimodempalhan1.c +++ b/src/vimodes/vimodempalhan1.c @@ -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" diff --git a/src/vimodes/vimodempalhpf1.c b/src/vimodes/vimodempalhpf1.c index fcf34298..b47add5c 100644 --- a/src/vimodes/vimodempalhpf1.c +++ b/src/vimodes/vimodempalhpf1.c @@ -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" diff --git a/src/vimodes/vimodempalhpf2.c b/src/vimodes/vimodempalhpf2.c index 8f669745..3aba7b87 100644 --- a/src/vimodes/vimodempalhpf2.c +++ b/src/vimodes/vimodempalhpf2.c @@ -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" diff --git a/src/vimodes/vimodempalhpn1.c b/src/vimodes/vimodempalhpn1.c index c8659e57..a2069bed 100644 --- a/src/vimodes/vimodempalhpn1.c +++ b/src/vimodes/vimodempalhpn1.c @@ -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" diff --git a/src/vimodes/vimodempalhpn2.c b/src/vimodes/vimodempalhpn2.c index 90fba1d3..4f26be32 100644 --- a/src/vimodes/vimodempalhpn2.c +++ b/src/vimodes/vimodempalhpn2.c @@ -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" diff --git a/src/vimodes/vimodempallaf1.c b/src/vimodes/vimodempallaf1.c index 4a19a342..27dfe5e0 100644 --- a/src/vimodes/vimodempallaf1.c +++ b/src/vimodes/vimodempallaf1.c @@ -1,3 +1,13 @@ +/** + * @file vimodempallaf1.c + * + * MPAL 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" diff --git a/src/vimodes/vimodempallaf2.c b/src/vimodes/vimodempallaf2.c index 512ec0f5..e31ff772 100644 --- a/src/vimodes/vimodempallaf2.c +++ b/src/vimodes/vimodempallaf2.c @@ -1,3 +1,13 @@ +/** + * @file vimodempallaf2.c + * + * MPAL 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" diff --git a/src/vimodes/vimodempallan1.c b/src/vimodes/vimodempallan1.c index bc75cbcf..38fee16d 100644 --- a/src/vimodes/vimodempallan1.c +++ b/src/vimodes/vimodempallan1.c @@ -1,3 +1,13 @@ +/** + * @file vimodempallan1.c + * + * MPAL 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" diff --git a/src/vimodes/vimodempallan2.c b/src/vimodes/vimodempallan2.c index 7eb3b428..a0517006 100644 --- a/src/vimodes/vimodempallan2.c +++ b/src/vimodes/vimodempallan2.c @@ -1,3 +1,13 @@ +/** + * @file vimodempallan2.c + * + * MPAL 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" diff --git a/src/vimodes/vimodempallpf1.c b/src/vimodes/vimodempallpf1.c index a2288d31..5f5ecd06 100644 --- a/src/vimodes/vimodempallpf1.c +++ b/src/vimodes/vimodempallpf1.c @@ -1,3 +1,13 @@ +/** + * @file vimodempallpf1.c + * + * MPAL 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" diff --git a/src/vimodes/vimodempallpf2.c b/src/vimodes/vimodempallpf2.c index 51df6054..9e5468f6 100644 --- a/src/vimodes/vimodempallpf2.c +++ b/src/vimodes/vimodempallpf2.c @@ -1,3 +1,13 @@ +/** + * @file vimodempallpf2.c + * + * MPAL 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" diff --git a/src/vimodes/vimodempallpn1.c b/src/vimodes/vimodempallpn1.c index 86c6ad98..45be8d2e 100644 --- a/src/vimodes/vimodempallpn1.c +++ b/src/vimodes/vimodempallpn1.c @@ -1,3 +1,13 @@ +/** + * @file vimodempallpn1.c + * + * MPAL 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" diff --git a/src/vimodes/vimodempallpn2.c b/src/vimodes/vimodempallpn2.c index a44ef4c2..94e5a890 100644 --- a/src/vimodes/vimodempallpn2.c +++ b/src/vimodes/vimodempallpn2.c @@ -1,3 +1,13 @@ +/** + * @file vimodempallpn2.c + * + * MPAL 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" diff --git a/src/vimodes/vimodentschaf1.c b/src/vimodes/vimodentschaf1.c index 8f8fece7..9bad31d8 100644 --- a/src/vimodes/vimodentschaf1.c +++ b/src/vimodes/vimodentschaf1.c @@ -1,3 +1,13 @@ +/** + * @file vimodentschaf1.c + * + * NTSC 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" diff --git a/src/vimodes/vimodentschan1.c b/src/vimodes/vimodentschan1.c index a230fe88..61f8b531 100644 --- a/src/vimodes/vimodentschan1.c +++ b/src/vimodes/vimodentschan1.c @@ -1,3 +1,13 @@ +/** + * @file vimodentschan1.c + * + * NTSC 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" diff --git a/src/vimodes/vimodentschpf1.c b/src/vimodes/vimodentschpf1.c index 8b0fbcd5..172d4b47 100644 --- a/src/vimodes/vimodentschpf1.c +++ b/src/vimodes/vimodentschpf1.c @@ -1,3 +1,13 @@ +/** + * @file vimodentschpf1.c + * + * NTSC 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" diff --git a/src/vimodes/vimodentschpf2.c b/src/vimodes/vimodentschpf2.c index 451a27c4..6c3eaa60 100644 --- a/src/vimodes/vimodentschpf2.c +++ b/src/vimodes/vimodentschpf2.c @@ -1,3 +1,13 @@ +/** + * @file vimodentschpf2.c + * + * NTSC 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" diff --git a/src/vimodes/vimodentschpn1.c b/src/vimodes/vimodentschpn1.c index 05aaed85..dbe4119c 100644 --- a/src/vimodes/vimodentschpn1.c +++ b/src/vimodes/vimodentschpn1.c @@ -1,3 +1,13 @@ +/** + * @file vimodentschpn1.c + * + * NTSC 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" diff --git a/src/vimodes/vimodentschpn2.c b/src/vimodes/vimodentschpn2.c index 82b96d7c..e4f0f397 100644 --- a/src/vimodes/vimodentschpn2.c +++ b/src/vimodes/vimodentschpn2.c @@ -1,3 +1,13 @@ +/** + * @file vimodentschpn2.c + * + * NTSC 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" diff --git a/src/vimodes/vimodentsclaf1.c b/src/vimodes/vimodentsclaf1.c index 167dd961..28e81692 100644 --- a/src/vimodes/vimodentsclaf1.c +++ b/src/vimodes/vimodentsclaf1.c @@ -1,3 +1,13 @@ +/** + * @file vimodentsclaf1.c + * + * NTSC 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" diff --git a/src/vimodes/vimodentsclaf2.c b/src/vimodes/vimodentsclaf2.c index 7b5e858d..a1dc66c8 100644 --- a/src/vimodes/vimodentsclaf2.c +++ b/src/vimodes/vimodentsclaf2.c @@ -1,3 +1,13 @@ +/** + * @file vimodentsclaf2.c + * + * NTSC 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" diff --git a/src/vimodes/vimodentsclan1.c b/src/vimodes/vimodentsclan1.c index 91233689..0327fba9 100644 --- a/src/vimodes/vimodentsclan1.c +++ b/src/vimodes/vimodentsclan1.c @@ -1,3 +1,13 @@ +/** + * @file vimodentsclan1.c + * + * NTSC 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" diff --git a/src/vimodes/vimodentsclan2.c b/src/vimodes/vimodentsclan2.c index 31fcaa81..02038800 100644 --- a/src/vimodes/vimodentsclan2.c +++ b/src/vimodes/vimodentsclan2.c @@ -1,3 +1,13 @@ +/** + * @file vimodentsclan2.c + * + * NTSC 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" diff --git a/src/vimodes/vimodentsclpf1.c b/src/vimodes/vimodentsclpf1.c index fc6b0993..388eb033 100644 --- a/src/vimodes/vimodentsclpf1.c +++ b/src/vimodes/vimodentsclpf1.c @@ -1,3 +1,13 @@ +/** + * @file vimodentsclpf1.c + * + * NTSC 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" diff --git a/src/vimodes/vimodentsclpf2.c b/src/vimodes/vimodentsclpf2.c index ef49764a..70534cde 100644 --- a/src/vimodes/vimodentsclpf2.c +++ b/src/vimodes/vimodentsclpf2.c @@ -1,3 +1,13 @@ +/** + * @file vimodentsclpf2.c + * + * NTSC 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" diff --git a/src/vimodes/vimodentsclpn1.c b/src/vimodes/vimodentsclpn1.c index 6628325b..743ebed2 100644 --- a/src/vimodes/vimodentsclpn1.c +++ b/src/vimodes/vimodentsclpn1.c @@ -1,3 +1,13 @@ +/** + * @file vimodentsclpn1.c + * + * NTSC 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" diff --git a/src/vimodes/vimodentsclpn2.c b/src/vimodes/vimodentsclpn2.c index 51ed3516..9f8a4005 100644 --- a/src/vimodes/vimodentsclpn2.c +++ b/src/vimodes/vimodentsclpn2.c @@ -1,3 +1,13 @@ +/** + * @file vimodentsclpn2.c + * + * NTSC 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" diff --git a/src/vimodes/vimodepalhaf1.c b/src/vimodes/vimodepalhaf1.c index 80c0a2e4..ba29e912 100644 --- a/src/vimodes/vimodepalhaf1.c +++ b/src/vimodes/vimodepalhaf1.c @@ -1,3 +1,13 @@ +/** + * @file vimodepalhaf1.c + * + * PAL 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" diff --git a/src/vimodes/vimodepalhan1.c b/src/vimodes/vimodepalhan1.c index fbb1bcb0..6dd0b015 100644 --- a/src/vimodes/vimodepalhan1.c +++ b/src/vimodes/vimodepalhan1.c @@ -1,3 +1,13 @@ +/** + * @file vimodepalhan1.c + * + * PAL 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" diff --git a/src/vimodes/vimodepalhpf1.c b/src/vimodes/vimodepalhpf1.c index 3829023f..5eeeb5f7 100644 --- a/src/vimodes/vimodepalhpf1.c +++ b/src/vimodes/vimodepalhpf1.c @@ -1,3 +1,13 @@ +/** + * @file vimodepalhpf1.c + * + * PAL 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" diff --git a/src/vimodes/vimodepalhpf2.c b/src/vimodes/vimodepalhpf2.c index c23bd8fa..e7dc7f7b 100644 --- a/src/vimodes/vimodepalhpf2.c +++ b/src/vimodes/vimodepalhpf2.c @@ -1,3 +1,13 @@ +/** + * @file vimodepalhpf2.c + * + * PAL 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" diff --git a/src/vimodes/vimodepalhpn1.c b/src/vimodes/vimodepalhpn1.c index 04edde6c..580756ff 100644 --- a/src/vimodes/vimodepalhpn1.c +++ b/src/vimodes/vimodepalhpn1.c @@ -1,3 +1,13 @@ +/** + * @file vimodepalhpn1.c + * + * PAL 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" diff --git a/src/vimodes/vimodepalhpn2.c b/src/vimodes/vimodepalhpn2.c index 66359b69..785344d5 100644 --- a/src/vimodes/vimodepalhpn2.c +++ b/src/vimodes/vimodepalhpn2.c @@ -1,3 +1,13 @@ +/** + * @file vimodepalhpn2.c + * + * PAL 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" diff --git a/src/vimodes/vimodepallaf1.c b/src/vimodes/vimodepallaf1.c index aa92face..69a3ad5d 100644 --- a/src/vimodes/vimodepallaf1.c +++ b/src/vimodes/vimodepallaf1.c @@ -1,3 +1,13 @@ +/** + * @file vimodepallaf1.c + * + * PAL 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" diff --git a/src/vimodes/vimodepallaf2.c b/src/vimodes/vimodepallaf2.c index 162731b9..fd3cfcc1 100644 --- a/src/vimodes/vimodepallaf2.c +++ b/src/vimodes/vimodepallaf2.c @@ -1,3 +1,13 @@ +/** + * @file vimodepallaf2.c + * + * PAL 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" diff --git a/src/vimodes/vimodepallan1.c b/src/vimodes/vimodepallan1.c index f3d90928..98f1c4ee 100644 --- a/src/vimodes/vimodepallan1.c +++ b/src/vimodes/vimodepallan1.c @@ -1,3 +1,13 @@ +/** + * @file vimodepallan1.c + * + * PAL 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" diff --git a/src/vimodes/vimodepallan2.c b/src/vimodes/vimodepallan2.c index d98a5da7..41f0daa1 100644 --- a/src/vimodes/vimodepallan2.c +++ b/src/vimodes/vimodepallan2.c @@ -1,3 +1,13 @@ +/** + * @file vimodepallan2.c + * + * PAL 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" diff --git a/src/vimodes/vimodepallpf1.c b/src/vimodes/vimodepallpf1.c index 0410db23..f1cdc8be 100644 --- a/src/vimodes/vimodepallpf1.c +++ b/src/vimodes/vimodepallpf1.c @@ -1,3 +1,13 @@ +/** + * @file vimodepallpf1.c + * + * PAL 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" diff --git a/src/vimodes/vimodepallpf2.c b/src/vimodes/vimodepallpf2.c index e4583ad5..e94ba35f 100644 --- a/src/vimodes/vimodepallpf2.c +++ b/src/vimodes/vimodepallpf2.c @@ -1,3 +1,13 @@ +/** + * @file vimodepallpf2.c + * + * PAL 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" diff --git a/src/vimodes/vimodepallpn1.c b/src/vimodes/vimodepallpn1.c index 86cae100..96bc3fe8 100644 --- a/src/vimodes/vimodepallpn1.c +++ b/src/vimodes/vimodepallpn1.c @@ -1,3 +1,13 @@ +/** + * @file vimodepallpn1.c + * + * PAL 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" diff --git a/src/vimodes/vimodepallpn2.c b/src/vimodes/vimodepallpn2.c index 722d9d0a..72cf829a 100644 --- a/src/vimodes/vimodepallpn2.c +++ b/src/vimodes/vimodepallpn2.c @@ -1,3 +1,13 @@ +/** + * @file vimodepallpn2.c + * + * PAL 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"