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:
parent
35ef1c8d24
commit
c10aa0a8be
5 changed files with 26 additions and 0 deletions
1
TX-0/bin_newMouse_3-22-66.bin
Normal file
1
TX-0/bin_newMouse_3-22-66.bin
Normal file
File diff suppressed because one or more lines are too long
1
TX-0/bin_tic-tac-toe_new_code_12-16-61.bin
Normal file
1
TX-0/bin_tic-tac-toe_new_code_12-16-61.bin
Normal file
File diff suppressed because one or more lines are too long
6
TX-0/loader.simh
Normal file
6
TX-0/loader.simh
Normal 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
13
TX-0/mouse.simh
Normal 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
5
TX-0/tic.simh
Normal 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue