Fixed the "multiple definitions of submapper" linker error

This commit is contained in:
Keith Bowes
2026-04-06 15:37:30 -04:00
parent 140630470c
commit c1abf68d22
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
#include "mapinc.h"
#include "asic_latch.h"
uint8 submapper;
static uint8 submapper;
static void sync () {
setprg32(0x8000, Latch_address >>8);

View File

@@ -21,7 +21,7 @@
#include "mapinc.h"
#include "asic_latch.h"
uint8 submapper;
static uint8 submapper;
uint8 pad;
uint8 padSelect;