From: Micko [mailto:mmicko@gmail.com]
Sent: Tuesday, September 23, 2008 4:46 AM To: Aaron Giles Subject: 8080 bug To fix this bug : http://mametesters.org/mantis/view.php?id=2322 a part of my code should be removed. It seams that this feature I have added is only available on KP580BM80A (Russian clone of this processor). So until I make a new patch (that support this clone processor) please apply this to fix MAME drivers. Thanks, Miodrag
This commit is contained in:
parent
390e9f007c
commit
3d65b57f77
@ -1221,10 +1221,6 @@ INLINE void execute_one(int opcode)
|
||||
M_RST(7);
|
||||
break;
|
||||
}
|
||||
/* For 8080 NF flag is not used but bit is always set */
|
||||
if(!I.cputype ) {
|
||||
I.AF.b.l = I.AF.b.l | NF;
|
||||
}
|
||||
}
|
||||
|
||||
static void Interrupt(void)
|
||||
|
Loading…
Reference in New Issue
Block a user