rcornwell / sims

Burroughs B5500, ICL1900, SEL32, IBM 360/370, IBM 7000 and DEC PDP10 KA10/KI10/KL10/KS10, PDP6 simulators for SimH
http://sky-visions.com
95 stars 20 forks source link

KA10: SAIL spacewar buttons #250

Closed larsbrinkhoff closed 3 years ago

larsbrinkhoff commented 3 years ago

Add SAIL spacewar buttons. Similar to MIT's spacewar consoles.

Bits are read with CONI TV. TV is device 404 "TV camera interface".

Button bits are, from SW[SW,REG]:

TPBIT:  1                               ;BIT SIGNIFYING TORP LAUNCH
        20
        400
        10000
        200000
THRUBT: 2
        40
        1000
        20000
        400000
ROTRBT: 4
        100
        2000
        40000
        1000000
ROTLBT: 10
        200
        4000
        100000
        2000000

FYI @bgbaumgart

larsbrinkhoff commented 3 years ago

Buttons are emulated using gamepad controllers like the MIT Spacewar consoles.

bgbaumgart commented 3 years ago

OK. now let's see if I can close this thread.

larsbrinkhoff commented 3 years ago

This should not be closed. It's a pull request for @rcornwell's repository.

larsbrinkhoff commented 3 years ago

Rebased.