48k-Block-Splitter

This program splits software that uses a 48k-block as 
copy-protection (like Combat Lynx, Splat and Combat Zone)
into two parts. So the program can be loaded faster when 
you leave out part one that is normally not neccessary 
to load.

To start it type
CLEAR 63999 : LOAD "" CODE
RANDOMIZE USR 64000

After a keypress the 48k-block will be loaded and
saved into two smaller blocks:
1.Block: Screen + Printer Buffer (ca.7k)
2.Block: Rest (ca.41k)

Troubleshooting:
When a program does not work try following:

1) Check if the program has a loader with a CLEAR command
   in it (like Combat Lynx: CLEAR 24385). Use this CLEAR
   instead of the CLEAR 63999 and try again.

2) When the title screen is moved one byte to the left the
   program loads at address 16383. Before starting the
   splitter enter these POKEs:
   POKE 64355,255
   POKE 64356,127
   POKE 64358,1
   POKE 64730,255
   POKE 64731,35

Stephan Slabihoud
