Skip to content

Commit c8c6a4b

Browse files
committed
Put PALX 143 binary in 11LOGO.
It's only needed for 11LOGO, so we don't need the PLX143 eyesore availeble to everyone.
1 parent 081a547 commit c8c6a4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/misc.tcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ respond "*" ":pdump sys1; ts cross\r"
660660
respond "*" ":kill\r"
661661

662662
# Old PALX
663-
respond "*" ":midas sys3;ts plx143_rms;palx 143\r"
663+
respond "*" ":midas 11logo;ts palx_rms;palx 143\r"
664664
expect ":KILL"
665665

666666
# Phil Budne's PALX Game of Life.
@@ -1789,7 +1789,7 @@ expect ":KILL"
17891789

17901790
# 11LOGO
17911791
respond "*" ":cwd 11logo\r"
1792-
respond "*" ":plx143 /H/M/CL BIN,N CREF_SYSTEM,TYI,READ,EVAL,TURTLE,ZEND\r"
1792+
respond "*" ":palx /H/M/CL BIN,N CREF_SYSTEM,TYI,READ,EVAL,TURTLE,ZEND\r"
17931793
respond "ASSSW=" "0\r"
17941794
expect ":KILL"
17951795

0 commit comments

Comments
 (0)