mirror of
https://github.com/holub/mame
synced 2025-06-03 19:36:26 +03:00
Really fix build (nw)
This commit is contained in:
parent
82ac7de9b7
commit
8b63e04999
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user