fix compiler warning

This commit is contained in:
Stephen Crane 2019-06-06 09:19:55 +01:00
parent 421989bfc5
commit 48959cc415
1 changed files with 1 additions and 1 deletions

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