Changed header file to extern
This commit is contained in:
parent
016c1265e7
commit
7e6edad7c1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user