mirror of
https://github.com/holub/mame
synced 2025-07-04 01:18:59 +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 )
|
OP_HANDLER( clrx )
|
||||||
{
|
{
|
||||||
X = 0;
|
X = 0;
|
||||||
clr_nzc();
|
clr_nz();
|
||||||
SEZ;
|
SEZ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user