Changed header file to extern

This commit is contained in:
0xmac 2025-01-08 18:26:04 +01:00
parent 016c1265e7
commit 7e6edad7c1

View File

@ -5,8 +5,9 @@
*****************************************************/ *****************************************************/
#include <stdint.h> #include <stdint.h>
#include "memory.h"
extern void write6502(uint16_t, uint8_t);
extern uint8_t read6502(uint16_t);
//6502 defines //6502 defines
#define FLAG_CARRY 0x01 #define FLAG_CARRY 0x01