diff options
author | 2019-03-16 22:35:11 -0400 | |
---|---|---|
committer | 2019-03-16 22:35:11 -0400 | |
commit | 8b63e0499982a2b65052d2a3eceafcd42a05e07d (patch) | |
tree | 5505f3549ad42dd329068ef9cdaa02c7892e2a52 /src/devices/cpu/g65816/g65816.h | |
parent | 82ac7de9b73af0083a002a9cf20693c4f81d7de7 (diff) |
Really fix build (nw)
Diffstat (limited to 'src/devices/cpu/g65816/g65816.h')
-rw-r--r-- | src/devices/cpu/g65816/g65816.h | 2 |
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); |