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
18 lines
480 B
Text
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
|
|
|