Debugger cleanup

This commit is contained in:
michaelangel007 2023-03-26 11:24:03 -07:00
parent 86f71cb3d7
commit a5c5603749

View File

@ -530,7 +530,7 @@ int _6502_GetOpmodeOpbyte ( const int nBaseAddress, int & iOpmode_, int & nOpby
default: default:
#if _DEBUG // not implemented! #if _DEBUG // not implemented!
int *fatal = 0; int *fatal = 0;
*fatal = 0xDEADC0DE; *fatal = 0xDEADC0DE;
#endif #endif
break; break;
} }