mirror of https://github.com/stella-emu/stella.git
fix #338
This commit is contained in:
parent
163b5ca999
commit
89b0759da5
|
@ -35,7 +35,7 @@ class DispatchResult
|
||||||
|
|
||||||
const string& getMessage() const { assertStatus(Status::debugger); return myMessage; }
|
const string& getMessage() const { assertStatus(Status::debugger); return myMessage; }
|
||||||
|
|
||||||
uInt16 getAddress() const { assertStatus(Status::debugger); return myAddress; }
|
int getAddress() const { assertStatus(Status::debugger); return myAddress; }
|
||||||
|
|
||||||
bool wasReadTrap() const { assertStatus(Status::debugger); return myWasReadTrap; }
|
bool wasReadTrap() const { assertStatus(Status::debugger); return myWasReadTrap; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue