@Severin
Well, I replayed to you but it was meant "@all".
You do not learn 680x0 in a sec or two, you need at least some basic understand of how microcomputer work.
Paula works in parallel with the CPU, give it an memory address and ask it to play from there. you do that by poking hw registers.
the same you can do with AHI, but you need to first open the AHI device, then you setup a AHI port and IORequest structure, you fill in with thing like Frequency and so on.
Then you set IORequest to address you like play, and use SendIO(), before you send a new SendIO(), you need to do a WaitIO(), or else thing crash badly I think.
Anyway all this has to be done in assembler
before exit, you need delete msgport, IORequest, and close the AHI device.
Edited by LiveForIt on 2015/12/10 19:26:19