Merge pull request #643 from keithbowes/fix-linker
Fixed the "multiple definitions of submapper" linker error
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
#include "mapinc.h"
|
#include "mapinc.h"
|
||||||
#include "asic_latch.h"
|
#include "asic_latch.h"
|
||||||
|
|
||||||
uint8 submapper;
|
static uint8 submapper;
|
||||||
|
|
||||||
static void sync () {
|
static void sync () {
|
||||||
setprg32(0x8000, Latch_address >>8);
|
setprg32(0x8000, Latch_address >>8);
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
#include "mapinc.h"
|
#include "mapinc.h"
|
||||||
#include "asic_latch.h"
|
#include "asic_latch.h"
|
||||||
|
|
||||||
uint8 submapper;
|
static uint8 submapper;
|
||||||
uint8 pad;
|
uint8 pad;
|
||||||
uint8 padSelect;
|
uint8 padSelect;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user