summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-03-16 22:35:11 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-03-16 22:35:11 -0400
commit8b63e0499982a2b65052d2a3eceafcd42a05e07d (patch)
tree5505f3549ad42dd329068ef9cdaa02c7892e2a52
parent82ac7de9b73af0083a002a9cf20693c4f81d7de7 (diff)
Really fix build (nw)
-rw-r--r--src/devices/cpu/g65816/g65816.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/cpu/g65816/g65816.h b/src/devices/cpu/g65816/g65816.h
index e0b282f38b4..454dc7fd1b5 100644
--- a/src/devices/cpu/g65816/g65816.h
+++ b/src/devices/cpu/g65816/g65816.h
@@ -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);