dio791 Posted October 18, 2018 Posted October 18, 2018 Hi I installed the launchbox and bought the license. I'm trying to use the vice to emulate the commodore 64, but I can not start it in full screen, how can I do? Thank you Quote
bundangdon Posted October 18, 2018 Posted October 18, 2018 The easiest way is to start Vice and then go to full screen by pressing ALT+ENTER. After that, exit out of Vice by pressing ALT+X. Then, when you start Vice next time, it will automatically start in full screen. You'll need to use an autohotkey-script to exit properly, using the ESC key. Copy and paste the following code in the "Edit Emulator / Autohotkey-script" section: $Esc:: { Process, Close, {{{StartupEXE}}} } vk07sc000:: Send, !{F4} Return Quote
bundangdon Posted October 19, 2018 Posted October 19, 2018 52 minutes ago, dio791 said: Thanks work perfectly No problem! Glad to hear you got it working Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.