aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTa180m2020-05-17 17:17:37 -0500
committerTa180m2020-05-17 17:17:37 -0500
commit9c434668551f032b71a901915f7e4a6ea4d415e7 (patch)
tree71b7a0ffa9ca6cccef9d52344e002bc783702954
parentdfb09ead4337f904d553fc13481af1dcfc68f0b7 (diff)
Update main.cpp
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index e51340f..640d9db 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -507,7 +507,6 @@ namespace CPU {
case 0xFE: return INC<_abx>() ;
default:
std::cout << "Invalid Opcode! PC: " << PC << " Opcode: 0x" << std::hex << (int)(rd(PC - 1)) << "\n";
- exit(0);
return NOP();
}
}