Removed shift+number NVM setting

This commit is contained in:
Zane Kaminski 2020-07-22 05:00:08 -04:00
parent 08f6a7017b
commit 50816d1499
3 changed files with 0 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -98,9 +98,7 @@ int ram2gs_main(void)
clrscr();
return EXIT_SUCCESS;
}
case '!': nvm = true;
case '1': en8meg = 0; ram2gs_set4mb(); break;
case '@': nvm = true;
case '2': en8meg = 1; ram2gs_set8mb(); break;
case 'R': {
reset_count++;