|
Slump64 is a C64 emulator built from the VICE 1.13 distribution with some
modifications.
First: the VIC-II palette is extended to 144 colors (16 x 9). Initially
all 9 groups are set to the default 16 colors. Old/new VIC-II colors setting
is ignored, the default palette is always based on new colors.
Second: when drawing sprites, each sprite number uses a different 16 colors
palette. So background uses colors from 0 to 15, sprite 0 colors from 16 to 31,
sprite 1 colors from 32 to 47, and so on.
Third: VICE is modified to read 144 colors palette files.
In order to play games using more than the usual 16 colors a palette file
needs to be made, and normally a palette that is good for one game is not
good for another. The reason is that each game uses sprites differently,
for example in Pitfall II the bat has always the same sprite number, whereas
in most games sprites are multiplexed and assigned to enemies dynamically.
|