Difference between revisions of "Amstrad Action January 1993 Type-Ins"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
(Created page with "The following listings were published in the January 1993 issue of ''Amstrad Action'': === Type-Ins === * Smoulder (Daniel Argent) * Inflation Calculator (D Jarret) * Bl...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 10: Line 10:
  
 
== Notes ==
 
== Notes ==
 +
 +
* Smoulder - A new file has been uploaded to correct some typos, however there are some additional problems with this game, that can be corrected with the follow patched lines:
 +
 +
<pre>
 +
560 PEN 1:FOR n=1 TO 5:IF y>=6 THEN LOCATE x,y-n:PRINT"."
 +
610 FOR n=1 TO 5:IF y>=6 THEN LOCATE x,y-n:PRINT" ":NEXT n
 +
630 PEN 1:FOR n=1 TO 5:IF b<=20 THEN LOCATE a,b+n:PRINT"."
 +
660 FOR n=1 TO 5:IF b<=19 THEN LOCATE a,b+n:PRINT" ":NEXT n
 +
</pre>
  
 
== Download ==
 
== Download ==
Line 23: Line 32:
 
Image:simpson.png|<center>Simpson</center>
 
Image:simpson.png|<center>Simpson</center>
 
Image:wordproc.png|<center>Word Processor</center>
 
Image:wordproc.png|<center>Word Processor</center>
/gallery></center>
+
</gallery></center>
  
{{DEFAULTSORT:Amstrad Action 1994-07 Type-Ins}}
+
{{DEFAULTSORT:Amstrad Action 1993-01 Type-Ins}}
 
[[Category:Amstrad Action Type-Ins]]
 
[[Category:Amstrad Action Type-Ins]]

Latest revision as of 09:04, 4 August 2020

The following listings were published in the January 1993 issue of Amstrad Action:

Type-Ins

  • Smoulder (Daniel Argent)
  • Inflation Calculator (D Jarret)
  • Blocks (Simon Clark)
  • Simpson (Tony Watson)
  • Word Processor (Peter Davis)

Notes

  • Smoulder - A new file has been uploaded to correct some typos, however there are some additional problems with this game, that can be corrected with the follow patched lines:
560 PEN 1:FOR n=1 TO 5:IF y>=6 THEN LOCATE x,y-n:PRINT"."
610 FOR n=1 TO 5:IF y>=6 THEN LOCATE x,y-n:PRINT" ":NEXT n
630 PEN 1:FOR n=1 TO 5:IF b<=20 THEN LOCATE a,b+n:PRINT"."
660 FOR n=1 TO 5:IF b<=19 THEN LOCATE a,b+n:PRINT" ":NEXT n

Download

Screenshots