Jump to content
(Public Beta) HyperSpin 2 is now available for everyone ×

My Apple II Script


Adam1977

Recommended Posts

Posted

Hi Guys,

This is my first try at doing a script for hyperspin. I am no script guru, but it seems to launch games (I only have a couple to try like moon patrol etc) from hyperlaunch and exit back without any problems. I sure the people who write the scripts will correct any errors at some stage, so enjoy the script below guys:

;-------------------------------------------------------------------------

; Apple II

; Applewin

; by adam1977

; 0.1

;

; Notes:

;

;-------------------------------------------------------------------------

Hotkey, ~Esc, CloseProcess

Run, %executable% -d1 %rompath%%romName%%romextension% -f, %emuPath%, hide useerrorlevel

sleep, 1000

winactivate, Applewin

Process, Waitclose, %executable%

ExitApp

CloseProcess:

Process, Close, %executable%

Process, Waitclose, %executable%

return

  • 4 months later...
  • 1 year later...
Posted

I'm gonna try to resurrect this thread. I'm having the same problem. AppleWin will load fine from Hyperlaunch except it doesn't mount a disk.

  • 3 months later...
Posted
I'm gonna try to resurrect this thread. I'm having the same problem. AppleWin will load fine from Hyperlaunch except it doesn't mount a disk.

Same issues. The old AppleWin module dosen't seems to work. In Mess I get this error:

"Your systemName is: Apple II

It is not one of the known supported systems for this MESS module: MESS"

  • 1 year later...
Posted
any workin apple II ahk file ?

There is already full Apple II support in the newest versions of HyperLaunch. See your other post for details.

Thanks,

Ron

Code Monkey and all around Command Line geek!

If you like what someone has said or done for you, be sure and 'Thank' them.  :good:

And if they changed your life, send them a Beer!    :beerglass:

  • 3 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...