mirror of
https://github.com/DavidBuchanan314/6502-emu.git
synced 2025-05-12 17:52:52 +00:00
Fix compile
This commit is contained in:
parent
e000e95ffd
commit
c3674370ef
4
6850.c
4
6850.c
@ -6,7 +6,9 @@
|
||||
#include "6502.h"
|
||||
#include "6850.h"
|
||||
|
||||
int n;
|
||||
static int n;
|
||||
static union UartStatusReg uart_SR;
|
||||
static uint8_t incoming_char;
|
||||
|
||||
void init_uart() {
|
||||
memory[DATA_ADDR] = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user