simh-testsetgenerator/TX-0/mouse.simh
Mark Pizzolato b804964514 PDP11, PDP1, TX-0: Added SDL based graphics support using sim_video.
Both VT11 and VS60 properly autoconfigure on the PDP11.
PDP11 now runs Lunar Lander on all SDL supported platforms.
Reworked refresh logic to not require internal delays in the display library
2016-01-29 10:16:30 -08:00

18 lines
480 B
Text

; TX-0 Initialization file for the Mouse Maze Game
set dpy enable
att petr bin_newMouse_3-22-66.bin
; The mouse maze game mode is manipulated under TAC control.
; 400014 = Erase Wall mode.
; 400024 = Write Wall mode.
; 400011 = Erase Cheese mode.
; 400021 = Write Cheese mode.
; 400012 = Erase Mouse mode.
; 400022 = Write Mouse mode.
; 400002 = "do mouse" (start the mouse searching.)
; 400017 = "do over"
; Start in "Erase Wall" mode
d tac 400014
boot petr