Add mouse maze game and tic tac toe tapes.

Tape images and startup scripts for:
Mouse maze game
Tic Tac Toe
This commit is contained in:
Howard M. Harte 2012-11-07 20:57:41 -08:00
parent 35ef1c8d24
commit c10aa0a8be
5 changed files with 26 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

6
TX-0/loader.simh Normal file
View file

@ -0,0 +1,6 @@
; TX-0 Loader Routine, pp20 of TX0_funcDescr.pdf
att petr test.tap
set cpu debug=readin
;boot petr
;s 500
;d pc 20

13
TX-0/mouse.simh Normal file
View file

@ -0,0 +1,13 @@
; TX-0 Initialization file for the Mouse Maze Game
att petr bin_newMouse_3-22-66.bin
; The mouse maze game mode is manipulated under TAC control.
; 400014 = Erase Wall mode.
; 400021 = Write Cheese mode.
; 400022 = Write Mouse mode.
; 400002 = "do mouse" (start the mouse searching.)
; Start in "Erase Wall" mode
d tac 400014
boot petr

5
TX-0/tic.simh Normal file
View file

@ -0,0 +1,5 @@
; TX-0 Initialization file for the Mouse Maze Game
att petr bin_tic-tac-toe_new_code_12-16-61.bin
boot petr
g