Search found 6 matches
- Tue Aug 27, 2013 6:07 am
- Forum: Demos
- Topic: wolfenstein demo for sega genesis
- Replies: 364
- Views: 614459
- Tue Aug 27, 2013 5:28 am
- Forum: Demos
- Topic: wolfenstein demo for sega genesis
- Replies: 364
- Views: 614459
- Sun Aug 25, 2013 12:07 am
- Forum: Demos
- Topic: wolfenstein demo for sega genesis
- Replies: 364
- Views: 614459
About the sound: i made the song with tfm music maker and the 68000 is used to play the music with a tfc replayer that i made in asm, but using only 5 channels, thus i use the sixth channel to make two-channel samples with the z80. The samples are compressed 2 to 1 and is played directly in the z80 ...
- Sat Aug 24, 2013 10:54 pm
- Forum: Demos
- Topic: wolfenstein demo for sega genesis
- Replies: 364
- Views: 614459
For 16 colors, the maximum number of unique combinations (including 2 of the same color -ie the base 16 colors) would be 136, not 128. Though depending on the palette actually chosen (and the colors trying to be approximated) you can get as few as 64 useful psudo colors. (it's also limited to 120 ...
- Thu Aug 22, 2013 10:34 pm
- Forum: Demos
- Topic: wolfenstein demo for sega genesis
- Replies: 364
- Views: 614459
I guess a single plan (and so a single 16 colors palette) can be enough as pixels are always rendered in 2 pixels chunk so you fake more colors (128 actually) by blending these 2 H pixels... We just need to take a good base palette to allow at good representation of the original 256 colors palette ...
- Thu Aug 22, 2013 10:17 pm
- Forum: Demos
- Topic: wolfenstein demo for sega genesis
- Replies: 364
- Views: 614459
I guess a single plan (and so a single 16 colors palette) can be enough as pixels are always rendered in 2 pixels chunk so you fake more colors (128 actually) by blending these 2 H pixels... We just need to take a good base palette to allow at good representation of the original 256 colors palette ...