Skip to content

Commit

Permalink
Revert "LAN1 vimode comments"
Browse files Browse the repository at this point in the history
This reverts commit bed467a.
  • Loading branch information
hensldm committed Aug 19, 2024
1 parent 1925876 commit 4be7196
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 40 deletions.
10 changes: 0 additions & 10 deletions src/vimodes/vimodefpallan1.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/**
* @file vimodefpallan1.c
*
* FPAL LAN1 Video Mode
*
* L = Low Resolution
* A = Anti-Aliased
* N = Deinterlaced
* 1 = 16-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"
Expand Down
10 changes: 0 additions & 10 deletions src/vimodes/vimodempallan1.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/**
* @file vimodempallan1.c
*
* MPAL LAN1 Video Mode
*
* L = Low Resolution
* A = Anti-Aliased
* N = Deinterlaced
* 1 = 16-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"
Expand Down
10 changes: 0 additions & 10 deletions src/vimodes/vimodentsclan1.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/**
* @file vimodentsclan1.c
*
* NTSC LAN1 Video Mode
*
* L = Low Resolution
* A = Anti-Aliased
* N = Deinterlaced
* 1 = 16-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"
Expand Down
10 changes: 0 additions & 10 deletions src/vimodes/vimodepallan1.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/**
* @file vimodepallan1.c
*
* PAL LAN1 Video Mode
*
* L = Low Resolution
* A = Anti-Aliased
* N = Deinterlaced
* 1 = 16-bit Framebuffer
*/
#include "PR/os.h"
#include "PR/rcp.h"
#include "PRinternal/viint.h"
Expand Down

0 comments on commit 4be7196

Please sign in to comment.