mirror of
https://github.com/jscrane/r65emu.git
synced 2024-12-26 14:29:31 +00:00
Merge branch 'master' of github.com:jscrane/r65emu
This commit is contained in:
commit
ac71ed7e98
2
r6502.h
2
r6502.h
@ -170,7 +170,7 @@ private:
|
||||
inline void bit_z() { _bit(_mem[_z()]); }
|
||||
inline void and_z() { _and(_mem[_z()]); }
|
||||
inline void rol_z() { _rol(_z()); }
|
||||
inline void plp();
|
||||
void plp();
|
||||
inline void and_() { _and(_mem[PC++]); }
|
||||
inline void rol() { A=__rol(A); }
|
||||
inline void bit_a() { _bit(_mem[_a()]); }
|
||||
|
Loading…
Reference in New Issue
Block a user