1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-06-08 23:29:28 +00:00

Merge branch 'master' of github.com:jscrane/r65emu

This commit is contained in:
Stephen Crane 2020-07-08 14:34:20 +01:00
commit ac71ed7e98

View File

@ -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()]); }