Really fix build (nw)

This commit is contained in:
AJR 2019-03-16 22:35:11 -04:00
parent 82ac7de9b7
commit 8b63e04999

View File

@ -142,8 +142,10 @@ protected:
void g65816_set_pc(unsigned val);
unsigned g65816_get_sp();
void g65816_set_sp(unsigned val);
public:
unsigned g65816_get_reg(int regnum);
void g65816_set_reg(int regnum, unsigned value);
protected:
void g65816_restore_state();
unsigned g65816i_read_8_normal(unsigned address);
unsigned g65816i_read_8_immediate(unsigned address);