Update reinette-II.c

This commit is contained in:
ArthurFerreira2 2019-03-27 12:16:11 +01:00 committed by GitHub
parent 2d7d9955d5
commit 913a4aa9c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -476,8 +476,6 @@ static void SBC(){ // SuBtract with Carry
}
static void UND(){ // UNDefined (not a valid or supported 6502 opcode)
printw("\n\n~ Illegal Instruction At Address $%04X ~\n", reg.PC - 1);
BRK();
}