mirror of
https://github.com/holub/mame
synced 2025-05-27 16:21:34 +03:00
D'oh. (nw)
This commit is contained in:
parent
70c9f89995
commit
baf8ad945d
@ -63,6 +63,13 @@
|
|||||||
|
|
||||||
#define SH_FLAGS (SH_M|SH_Q|SH_I|SH_S|SH_T)
|
#define SH_FLAGS (SH_M|SH_Q|SH_I|SH_S|SH_T)
|
||||||
|
|
||||||
|
/* SR shift values */
|
||||||
|
#define T_SHIFT 0
|
||||||
|
#define S_SHIFT 1
|
||||||
|
#define I_SHIFT 4
|
||||||
|
#define Q_SHIFT 8
|
||||||
|
#define M_SHIFT 9
|
||||||
|
|
||||||
#define REGFLAG_R(n) (1 << (n))
|
#define REGFLAG_R(n) (1 << (n))
|
||||||
|
|
||||||
/* register flags 1 */
|
/* register flags 1 */
|
||||||
|
Loading…
Reference in New Issue
Block a user