Debugger cleanup

This commit is contained in:
michaelangel007 2023-03-26 11:24:03 -07:00
parent 86f71cb3d7
commit a5c5603749
1 changed files with 1 additions and 1 deletions

View File

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