disable SHUTDN
This commit is contained in:
parent
a43178b79c
commit
6989bde006
1 changed files with 3 additions and 3 deletions
|
@ -367,9 +367,9 @@ static void op806( byte* opc ) // C=ID
|
|||
static void op807( byte* opc ) // SHUTDN
|
||||
{
|
||||
// TODO: Fix SHUTDN
|
||||
if ( !cpu.in[ 0 ] && !cpu.in[ 1 ] && !cpu.in[ 3 ] ) {
|
||||
cpu.shutdown = true;
|
||||
}
|
||||
/* if ( !cpu.in[ 0 ] && !cpu.in[ 1 ] && !cpu.in[ 3 ] ) { */
|
||||
/* cpu.shutdown = true; */
|
||||
/* } */
|
||||
cpu.pc += 3;
|
||||
cpu.cycles += 5;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue