miker...cool stuff... i was blown away from the overmind style... very amiga like... and i loved how the music was synced together...
3rd side...do you mean the unofficial 3d side? with the "pre-hip" stuff???
[ Dodano: Nie Gru 12, 2004 13:13 ]
@ jaskier
i am going through your code... but can't find in the play24smp source where you are loading new sectors???
if i am installing a new IRQ how can i use the rom disc routines???
[ Dodano: Nie Gru 12, 2004 13:13 ]
aha... DCB is the device control block (dcb+1,+2 = sector no.)
should have read the code more closer... as we are communicating directly with the disk station (or well... with the serial buss via $d20d serin, serout)...
i am just analysing your code and reading "atari intern" book...
[ Dodano: Nie Gru 12, 2004 22:22 ]
jaskier... i played around with the irq loader... but have you checked if they can assembled with xasm correctly?
i mean... f.e. the zinloader... how do i tell xasm to assemble the code to $6000 but assuming that the PC is $0600???
i can remember in mac65 or bibo ass you would do something like org $6000,$0600 ...
your zinload writes the irq loader to disc... but when i checked via monitor its not assembled there?
what about the end-var in the pla24smp? does not xasm stop when reaching END directive?
[ Dodano: Pon Gru 13, 2004 0:00 ]
ok... heureka... i got it... it's quite simple if you know what it does... ;) i managed to understand the zinloader... i have modified the loader and it after pressing start and inserting the energy#1 disc it loaded successfully the intro...
[ Dodano: Czw Gru 16, 2004 0:00 ]
jaskier... can you help me out with the irq loader playing 2 voices + digi...
where can i specify the MPT music adress and the sample adress??? maybe you can help me out so i can play around further. (mp24smp)
can i compose music in mpt using track0,1 or any special tracks???
thanks for any help, mate.