mirror of
https://github.com/FrancescoRigoni/Lib65816.git
synced 2024-12-29 11:30:56 +00:00
added getter for flags
This commit is contained in:
parent
d4d438412e
commit
cf7cb1b2ad
@ -56,6 +56,8 @@ class Cpu65816 {
|
||||
|
||||
Address getProgramAddress();
|
||||
void setProgramAddress(const Address &);
|
||||
Stack *getStack();
|
||||
CpuStatus *getCpuStatus();
|
||||
|
||||
private:
|
||||
SystemBus &mSystemBus;
|
||||
|
Loading…
Reference in New Issue
Block a user