C64: Spriter Finder

SpriteFinder

A small BASIC program to extract and save sprites found in the memory of C64.
If one wanted to “extract” sprite-data from programs, the C64 offered the feature:

  • load program (with sprites interested in)
  • reset the machine
  • load a program to scan the memory – and save sprites

The last step is exactly what sprite finder does. You can read data in memory as sprites and display them, navigate memory and do different sprite settings: CHSA022B.D64

LOAD”SPRITE FINDER”,8

Leave a Reply

Your email address will not be published. Required fields are marked *