-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
settings #17
Comments
Weird, I think the batch file that calls the emulator is using the default settings, so there should be no difference; gotta take a look at them later. |
Checking the code, it seems it is really using the default settings: (...)
echo DONE
pause
cd "utils\emulators\WinVICE-2.4"
x64.exe "..\..\..\build\test-c64.d64" As you can see, Some emulator quirk, I guess? Vice's site does not mention anything about that behavior. It's weird. |
i see! if i ever get to makin a game (and try to sell it!) should i distribute the game batch file (with the d64) to make sure their emulators open right? |
If you open the game from the emulator's menu, does it run at normal speed? Does it run at the same speed on other emulators? |
hi i running it from |
Weird; I guess the rendering routine is slow, and would probably be slow on real hardware.. but the interesting part is that it is running differently on the emulator's warp mode depending on how it is loaded. |
yes. I wish i could help you speed up your projects (pun intended!) to keep them updated with more and more features (but I dont know code) if you need any graphic stuff or easy to do tasks |
Okay, thanks for the report; Registered an issue to optimize the screen rendering later: #18 |
hi, when loading from blocklyvn8bit to test, the c64 runs (on warp) speedily. but if I drag d64 into emulator it shows black and white lines (on warp), how can i set it to test the same way? Im adding delays in the game and on warp it seems its quick no matter what #
i put in? sorry if im not clear, but when I dble click the test c64 batch file, works nice,
but d64 is slow...
The text was updated successfully, but these errors were encountered: