Update reinetteII+.c

This commit is contained in:
ArthurFerreira2 2020-09-06 23:34:02 +02:00 committed by GitHub
parent d309a5e5e7
commit 28fa0f62bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -555,8 +555,8 @@ int main(int argc, char *argv[]){
case SDLK_F8: monochrome = !monochrome; break; // toggle monochrome for HGR mode
case SDLK_F9: paused = !paused; break; // toggle pause
case SDLK_F10: puce6502Break(); // simulate a break
case SDLK_F11: puce6502Reset(); // reset
case SDLK_F10: puce6502Break(); break; // simulate a break
case SDLK_F11: puce6502Reset(); break; // reset
case SDLK_F12: // help box
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_INFORMATION, "Help",