AppleWin: mouse emulation?

4 posts / 0 new
Last post
Online
Last seen: 30 min 30 sec ago
Joined: Nov 12 2022 - 16:50
Posts: 227
AppleWin: mouse emulation?

Hi!  I have the AppleWin emulator and want it to emulate a mouse as a mouse rather than a joystick.  How do I do that?

mmphosis's picture
Offline
Last seen: 17 hours 19 min ago
Joined: Aug 18 2005 - 16:26
Posts: 467
the Mouse Interface in slot 4 and software that uses the mouse
Press F8 or click on the AppleWin Configuration icon.

Click on the "Input" tab.

Click the checkbox "Mouse interface in slot 4"

Click "OK"

Run some software that can use the Mouse Interface in slot 4 like Apple II Desktop.

Apple II Mouse Technical Notes.pdf

Programming the AppleMouse II.pdf

Online
Last seen: 30 min 30 sec ago
Joined: Nov 12 2022 - 16:50
Posts: 227
I didn't see that option

I didn't see that option before.  Thank you.  :)

mmphosis's picture
Offline
Last seen: 17 hours 19 min ago
Joined: Aug 18 2005 - 16:26
Posts: 467
sample Applesoft "mouse" program

 0 SLOT = 4

 10  PRINT  CHR$ (4)"PR#"SLOT

 20  PRINT  CHR$ (1)

 30  PRINT  CHR$ (4)"PR#0"

 40  PRINT  CHR$ (4)"IN#"SLOT

 45  HGR : HOME : HCOLOR= 3

 50  INPUT "";X,Y,S

 55  VTAB 21: HTAB 1

 60  PRINT X; TAB( 6)Y; TAB( 11)S;

 65  CALL  - 868

 66  HPLOT X * 280 / 1024,Y * 160 / 1024

 70  IF  PEEK (49152) < 128 GOTO 50

 75  PRINT

 80  PRINT  CHR$ (4)"IN#0"

 90 CK =  PEEK (49168) 

Log in or register to post comments