1
0
mirror of https://github.com/specht/champ.git synced 2024-06-01 13:41:32 +00:00
This commit is contained in:
Michael Specht 2018-02-07 22:10:23 +01:00
parent f61368fe2e
commit b2d7f20e92

View File

@ -1043,9 +1043,9 @@ int main(int argc, char** argv)
load(argv[argc - 1], 0);
// rotation mode
ram[0x35b] = 0;
// ram[0x35b] = 0;
// high quality wireframe mode
ram[0x35c] = 0;
// ram[0x35c] = 0;
if (show_screen)
init_display();