Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Jan 24, 2024
1 parent cf8054c commit 783e9fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/cart.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@
*/

uint8 *Page[32], *VPage[8];
uint8 **VPageR = VPage;
uint8 *VPageG[8];
uint8 *MMC5SPRVPage[8];
uint8 *MMC5BGVPage[8];

static uint8 **VPageR = VPage;
static uint8 *VPageG[8];

static uint8 PRGIsRAM[32]; /* This page is/is not PRG RAM. */

/* 16 are (sort of) reserved for UNIF/iNES and 16 to map other stuff. */
Expand Down

0 comments on commit 783e9fb

Please sign in to comment.