mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
m6805: flag fix (nw)
CLRX doesn't clear the carry flag.
This commit is contained in:
parent
2da0d37967
commit
e5b8df95cc
@ -473,7 +473,7 @@ OP_HANDLER( tstx )
|
||||
OP_HANDLER( clrx )
|
||||
{
|
||||
X = 0;
|
||||
clr_nzc();
|
||||
clr_nz();
|
||||
SEZ;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user