Search found 163 matches

by simon
Sat Dec 14, 2013 8:17 pm
Forum: Uploads
Topic: New 1bit PWM music engine for the CoCo and Dragon
Replies: 36
Views: 17294

Re: New 1bit PWM music engine for the CoCo and Dragon

Did u one better m8 !

just changed the VU routine so it shows green/yellow/red for each channel...

sources for jarre/formx included....

/Simon :-)
by simon
Thu Dec 12, 2013 6:36 pm
Forum: Uploads
Topic: New 1bit PWM music engine for the CoCo and Dragon
Replies: 36
Views: 17294

Re: New 1bit PWM music engine for the CoCo and Dragon

Cheers Steve....

glad u like the "VU" meters... proves that the routine can do more than play music....

how about DOS ? are there any areas of memory that are dodgy or a big "no no" ???

(i'm thinking DEMO here)..... hows about SG24 support ?

is the irq vector at $10c like the coco ?

/Simon :-)
by simon
Wed Dec 11, 2013 9:28 pm
Forum: Uploads
Topic: New 1bit PWM music engine for the CoCo and Dragon
Replies: 36
Views: 17294

Re: New 1bit PWM music engine for the CoCo and Dragon

Hey Steve.... Sweevo is fine..... had a bit of a piddle about this afternoon (talked with Sock Master last night about an idea).... so now i have come up with a couple of VU meters incorporated into the routine..... (these use text mode block gfx).... i have no idea if the "normal" screen on a drago...
by simon
Wed Dec 11, 2013 4:07 pm
Forum: Uploads
Topic: New 1bit PWM music engine for the CoCo and Dragon
Replies: 36
Views: 17294

Re: New 1bit PWM music engine for the CoCo and Dragon

Hehe...

sweevo is for "the music box" not "the music studio".....

it sounds allright in music studio on beepola, but you probably need to halve the pattern tempos for it to sound allright on the coco/dragon player....

/Simon 8-)
by simon
Sun Dec 08, 2013 10:23 pm
Forum: Uploads
Topic: New 1bit PWM music engine for the CoCo and Dragon
Replies: 36
Views: 17294

Re: New 1bit PWM music engine for the CoCo and Dragon

I made some more changes: (1) Minor speed optimization. (2) Added extra code to make the program DOS compatible. (3) No longer uses the S register for writing to $FF20 (this modification was suggested by John). (4) Removed the "anda #$C0" before writing to $FF20 (this modification was suggested by ...
by simon
Sat Dec 07, 2013 7:44 pm
Forum: Uploads
Topic: New 1bit PWM music engine for the CoCo and Dragon
Replies: 36
Views: 17294

Re: New 1bit PWM music engine for the CoCo and Dragon

This would be the same engine with a couple of new speed tweaks:

https://www.youtube.com/watch?v=U68Ak1MJa2g

https://www.youtube.com/watch?v=MPp24XyMB30

theres roughly a 12% speed increase in the "inner loop".....

/Simon :-)
by simon
Mon Dec 02, 2013 5:33 pm
Forum: Uploads
Topic: New 1bit PWM music engine for the CoCo and Dragon
Replies: 36
Views: 17294

Re: New 1bit PWM music engine for the CoCo and Dragon

John Kowalski converted the z80 code for me.... literally on a napkin.... i assembled it and made it play, sounded well skanky..... then we set about debugging it over 2 days... i kept sending him .wav files of the players output and he tweaked the code a bit more until we got it right..... very coo...
by simon
Mon Dec 02, 2013 4:25 pm
Forum: Uploads
Topic: New 1bit PWM music engine for the CoCo and Dragon
Replies: 36
Views: 17294

Re: New 1bit PWM music engine for the CoCo and Dragon

zephyr wrote:Changed the code so that the music length counter was no longer needed. Did some more code size/speed optimization.

YOINK......

definately gonna use the new code in my demo.....

:twisted:
by simon
Mon Dec 02, 2013 3:04 pm
Forum: Uploads
Topic: New 1bit PWM music engine for the CoCo and Dragon
Replies: 36
Views: 17294

Re: New 1bit PWM music engine for the CoCo and Dragon

COOL ! I knew I wasn't flogging a dead horse with the 1bit routine for the coco / dragon.... I actually started off doing my own conversion af a c64 6502 1bit routine to 6809, but then i hooked up with John Kowalski to produce the direct z80 port.... (the 6502 code had been ported from z80, so my co...
by simon
Fri Nov 29, 2013 4:20 pm
Forum: Dragon General
Topic: New 1bit PWM music engine for the COCO
Replies: 16
Views: 7964

Re: New 1bit PWM music engine for the COCO

@zephyr

another thing u need 2 watch out for when modifying the code would be that it runs DP at $3f......

alot of pointers/counters get modified (self modding code).... so stray beyond the 256 byte boundry and nasty things happen

/Simon :-)