Changes

Amstrad Action August 1989 Type-Ins

1,098 bytes added, 20:10, 5 April 2016
Created page with "The following listings were published in the August 1989 issue of ''[[Amstrad Action]]'': == Type-Ins == * Star LC10 Colour Dump (Jens Skinnerup) * Hero's Algorithm (James W..."
The following listings were published in the August 1989 issue of ''[[Amstrad Action]]'':

== Type-Ins ==

* Star LC10 Colour Dump (Jens Skinnerup)
* Hero's Algorithm (James Wilson)

== Notes ==

* The Star LC10 Colour Dump program can print mode 0 screens. It produces perfect copies of SmArt II pictures. The filename in line 370 must be edited to the name of the picture and the program takes a few hours to finish.
* By altering the following lines, any conventional 17K screen can be printed out. You must alter the DATA values in lines 410-430 to suit the screen ink values (as set out it's just white on black):


* 370 MODE 0:LOAD "!"+"FILENAME",&C000
* 380 FOR f=0 TO 15:READ inks(f):INK f,inks(f):NEXT f
* 390 READ inks(f):INK f,inks(f)
* 400 NEXT f
* 410 DATA 0,26,0,0,0
* 420 DATA 0,0,0,0,0
* 430 DATA 0,0,0,0,0



== Download ==

* [[Media:AA47TYPEINS.zip|DSK file]]

== Screenshots ==

<center><gallery style="clear: both">
Image:Hero-typein.png|<center>Hero's Algorithm</center>
/gallery></center>

{{DEFAULTSORT:Amstrad Action 1989-08 Type-Ins}}
[[Category:Amstrad Action Type-Ins]]
941
edits