alnyden Posted October 5, 2017 Share Posted October 5, 2017 One of my favorite Apple II games (Serpentine) doesn't work with MAME/MESS but does when using Applewin. I can get Launchbox to launch the game but I have two issues. 1). It doesn't launch in full-screen. (Have to hit F6 to fix). 2). ESC doesn't quit the emulator. I have to exit fullscreen and use the mouse to press the X button. Has anyone figured out how to use the emulator properly? It's applewin 1.26.1. Thanks for any advice! R Quote Link to comment Share on other sites More sharing options...
spycat Posted October 5, 2017 Share Posted October 5, 2017 Hi @alnyden To start in fullscreen add the parameter -f You can exit AppleWin by using it's default ALT+F4 To exit by pressing ESC copy and paste the following code into the AppleWin's Edit Emulator, AutoHotkey Script window in LaunchBox. ; This section closes AppleWin when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } 3 Quote Link to comment Share on other sites More sharing options...
alnyden Posted October 5, 2017 Author Share Posted October 5, 2017 45 minutes ago, spycat said: Hi @alnyden To start in fullscreen add the parameter -f You can exit AppleWin by using it's default ALT+F4 To exit by pressing ESC copy and paste the following code into the AppleWin's Edit Emulator, AutoHotkey Script window in LaunchBox. ; This section closes AppleWin when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } Great, thanks for the tips! Quote Link to comment Share on other sites More sharing options...
alnyden Posted October 7, 2017 Author Share Posted October 7, 2017 Hey Spycat, I have two issues after trying this. 1). Copying the code into the AutoKey Script Window after launching I get "Error at line 5. Line Text: AAA Process, Close, Applewin.exe. Error; This line does not contain a recognized action. The program will exit." 2). Adding -f does make it start fullscreen but then the game ROM does not load. Thanks for any advice! R Quote Link to comment Share on other sites More sharing options...
spycat Posted October 7, 2017 Share Posted October 7, 2017 Hi @alnyden Both work fine for me, see my setup images below. 1 1 Quote Link to comment Share on other sites More sharing options...
alnyden Posted October 7, 2017 Author Share Posted October 7, 2017 Fullscreen issue fixed -- I didn't have "-f" first. AutoHotKey script still not working for me. No big deal, I can use ALT-F4. Thanks for posting the pics! R Quote Link to comment Share on other sites More sharing options...
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.