Search found 63 matches

by cf
Mon Dec 18, 2006 11:49 am
Forum: Games
Topic: bootblocks intro
Replies: 19
Views: 27368

yep, 18 bytes in this case, because I skipped the beginning : "bsr start" and "bra loader" and keep only the "start" code. and I also skipped the end of the boot because of "cracked by marco polo" string (you can also skip the loader) most of the time bootmaster can do a direct usable exe (for simpl...
by cf
Sun Dec 17, 2006 6:00 pm
Forum: Music
Topic: lone slonono
Replies: 6
Views: 3866

lone slonono

in 1990, a friend give me 3 mods called "iris1.mod", "iris2.mod", "iris3.mod". they was my first mods used with NoiseTracker. But I lost these mods, and since many years, I'm searching about these iris.mod, never found. and today, I found "Iris MusicDisk 1" on amigascne...and YES! they are THE mods ...
by cf
Sun Dec 17, 2006 5:29 pm
Forum: Games
Topic: bootblocks intro
Replies: 19
Views: 27368

for boottest : you have to patch the exe because of a bootloader (nop the 1st bra after bsr or extract code)
final version
by cf
Sun Dec 17, 2006 5:01 pm
Forum: Games
Topic: bootblocks intro
Replies: 19
Views: 27368

you have to skip the first 12 bytes (boot header 3 long words) and replace by exe hunk header : .L $3F3 (hunk_header) .L 0 (no name for the hunk. o=end of hunk list) .L 1 (number of hunks) .L 0 (1st hunk to load) .L 0 (last hunk to load) .L $fd (len of hunks. here 1 hunk - add $40000000 to the len t...
by cf
Sun Dec 17, 2006 2:57 pm
Forum: Games
Topic: bootblocks intro
Replies: 19
Views: 27368

many new Bootro posted on Pouet since some months
even an impressive micro synth player by D-Tect here
by cf
Sun Dec 10, 2006 1:09 pm
Forum: Music
Topic: Titanics Player
Replies: 22
Views: 11488

Would be nice to have a beer with you and asle. are you visiting paris? yep, but I'm near Lyon, and I don't/can't travel too much. so, a virtual beer :) : http://cyberpingui.free.fr/gfx_guestbook/boire.gif Do you remember some musicians you have been in contact with? no sorry, none of the well-know...
by cf
Sun Dec 10, 2006 11:03 am
Forum: Music
Topic: Titanics Player
Replies: 22
Views: 11488

A question crossed my mind. Have you ever been in the demoscene? cheers Hi crown (I remember I send you a cd with all the mods from my site ;) ) hmm...in the demoscene...err...a little bit...but in the shadow, in the other side of the demoscene, not the darkside, no... more in the..."lamest" side :...
by cf
Sat Dec 09, 2006 10:31 pm
Forum: Music
Topic: Titanics Player
Replies: 22
Views: 11488

great!
by cf
Sat Dec 09, 2006 10:37 am
Forum: Music
Topic: Titanics Player
Replies: 22
Views: 11488

I can try to explain better the '?!?' value is used to decrement the note counter but also to skip "empty note" (if no note in channel x), because this format doesn't use the standard note1voice1-note1voice2-note1voice3-note1voice4 for each track in the pattern. How the player can know when change t...
by cf
Thu Dec 07, 2006 10:58 pm
Forum: Music
Topic: Titanics Player
Replies: 22
Views: 11488

about '?!?' : yep, It seems to be a counter for the 64 notes/pattern (even if more than 64), stored in first byte of 'patdata', value from 63 to 0. if <0 go to next pattern, else next note. this is the code part (just after the channel setting) : move.l patdata,d0 and.l #$3FFFFF,d0 ; skip first 6 bi...
by cf
Thu Dec 07, 2006 3:43 pm
Forum: Music
Topic: Titanics Player
Replies: 22
Views: 11488

len max of pattern is 128
this player use second byte of FX/FXVal to set the current channel

Code: Select all

// in chanelhandler :
move.b patterndata+1,d0
lsr.b #6,d0
move.w d0,d4
lsl.w #3,d0
lea pointers,a3 ; dc.l datach0,$dff0a0, ...
movea.l (a3,d0.w),a6
movea.l 4(a3,d0.w),a5 ; $dff0a0
by cf
Thu Dec 07, 2006 12:33 pm
Forum: Music
Topic: Titanics Player
Replies: 22
Views: 11488

the replay routine seems to be a MasterSoundTracker modified
by cf
Thu Jul 27, 2006 10:55 am
Forum: Games
Topic: bootblocks intro
Replies: 19
Views: 27368

i'm interested by these mini intros in boot but I didn't find much of disks with such intros (I resourced only one on TEK Mindfunk : a dots flag - the same in Rampage demo, and the Sanity Interference boot) bootblock structure : dc.l 'DOS',0 ; DOS (type of disk) dc.l 0 ; checksum dc.l 880 ; root (no...
by cf
Sun Jun 11, 2006 9:40 pm
Forum: Music
Topic: how to play exotic mod in an win32 game, intro, demo...
Replies: 3
Views: 2333

how to play exotic mod in an win32 game, intro, demo...

hi yep, err...on win32 (but even multi os, hardware...) exist fmod.dll, bass.dll, or minifmod but only for mod or mod-like xm,s3m... it's not possible to play exotic mods without xmms/deliplayer/winamp... except for some convertions (by Estrayk for example) is it possible to create a deliplayer dll ...
by cf
Sat Aug 06, 2005 11:47 am
Forum: Music
Topic: about SilkCut
Replies: 5
Views: 4043

excellent. thanx