typo
This commit is contained in:
parent
eb794f8ad1
commit
5ab62c7b25
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ static void op806( byte* opc ) // C=ID
|
|||
cpu.cycles += 11;
|
||||
}
|
||||
|
||||
static void op807( byte* opc ) // SHUTND
|
||||
static void op807( byte* opc ) // SHUTDN
|
||||
{
|
||||
// TODO: Fix SHUTDN
|
||||
if ( !cpu.in[ 0 ] && !cpu.in[ 1 ] && !cpu.in[ 3 ] ) {
|
||||
|
|
Loading…
Reference in a new issue