mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
Fixed the disassembly of the Sense bit
This commit is contained in:
parent
6257a5476e
commit
19205daeb0
@ -114,8 +114,8 @@ static char *IMM_PSU(int pc)
|
||||
|
||||
} else {
|
||||
|
||||
if (v & 0x80) /* sign */
|
||||
p += sprintf(p, "m+");
|
||||
if (v & 0x80) /* sense bit */
|
||||
p += sprintf(p, "si+");
|
||||
if (v & 0x40)
|
||||
p += sprintf(p, "p+");
|
||||
if (v & 0x20) /* interrupt inhibit */
|
||||
|
Loading…
Reference in New Issue
Block a user