Changes

Jump to: navigation, search
/* Source code */
== Conversion ==
To convert a sprite, you can download the DSK image below and use the which contains a converter utility (use RUN"DISC") or you can use the source code providedon this page.
To use the converter utility, you must have first capture captured your standard CPC sprite (you can use the SPRITER utility on the discto do this) which must be 16 x 16 in size (8 bytes wide by 16 lines high). The converter utility will then display the sprites original and convert them converted sprite before saving the converted sprite to the disk.
== Download ==
The source code for the converter (which will assemble in [[WinApe]] and [[Maxam]]) is as follows:
<pre>
<geshi lang=Z80>
;Convert CPC sprite to Plus sprite
spraddr: dw &9000 ;address Plus sprite is stored (&100 bytes in length)
</geshi>
</pre>
== See also ==
2,912
edits