X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fcommon%2Fpsw.h;h=9fadb02c552891774a5cac9930c86b3d87654989;hb=HEAD;hp=54b3371c6aced0cd6086085cb718c57d89aeee61;hpb=87daca654ded1b5b8fd9d041abf5df78fbbae498;p=emu8051.git diff --git a/src/common/psw.h b/src/common/psw.h index 54b3371..9fadb02 100644 --- a/src/common/psw.h +++ b/src/common/psw.h @@ -10,10 +10,10 @@ #define PSW_H 1 int -psw_read_bit(int bit); +psw_read_bit(unsigned int bit); void -psw_write_bit(int bit, int val); +psw_write_bit(unsigned int bit, int val); int psw_read_cy(void);