fix stack underflow
This commit is contained in:
parent
1c0ac2a42a
commit
db984fbfa4
|
@ -258,7 +258,6 @@
|
|||
&resume ;resume-button JMP2r
|
||||
|
||||
@draw-about ( -> )
|
||||
|
||||
.about LDZ #7f GTH ?{ clear-screen !draw-about-content }
|
||||
fill-box !draw-about-content
|
||||
|
||||
|
@ -356,7 +355,7 @@
|
|||
|
||||
#0070 #0094 resume-button-addr draw-button
|
||||
|
||||
POP2 POP2 JMP2r
|
||||
JMP2r
|
||||
|
||||
@line1 "klondike 20 "solitaire 00
|
||||
@line2 "version 20 "2 20 "by 20 "d_m 00
|
||||
|
|
Loading…
Reference in New Issue