Skip to content

Instantly share code, notes, and snippets.

View drencorxeen's full-sized avatar

David Ladd drencorxeen

  • 14:28 (UTC -05:00)
View GitHub Profile
@drencorxeen
drencorxeen / autoboot.txt
Last active June 1, 2020 08:09 — forked from tlindner/autoboot.txt
Robot to play Timberman on the Color Computer 3
emu.pause()
j = manager:machine():ioport().ports[":joystick_rx"].fields["AD Stick X"]
b = manager:machine():ioport().ports[":joystick_buttons"].fields["Right Button 1"]
s = manager:machine().screens[":composite"]
a = 0
c = 0
d = 3
function do_my_joystick()