diff options
author | Ta180m | 2020-05-17 17:17:37 -0500 |
---|---|---|
committer | Ta180m | 2020-05-17 17:17:37 -0500 |
commit | 9c434668551f032b71a901915f7e4a6ea4d415e7 (patch) | |
tree | 71b7a0ffa9ca6cccef9d52344e002bc783702954 | |
parent | dfb09ead4337f904d553fc13481af1dcfc68f0b7 (diff) |
Update main.cpp
-rw-r--r-- | src/main.cpp | 1 |
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(); } } |