Legend Of Zelda Theme - real 8bit SID 6581 (test2)
Loading...
4,204
Loading...
Uploader Comments (Jimmy333x2)
see all
All Comments (7)
-
@Jimmy333x2 thanks for the answers
-
do you have a link to schematics for the interface? I want to buy a 6581 chip, but I don't want to spend all the money on an interface for one.
-
Your MIDI is doing a lot better than mine :) Check out my latest video... there's still a lot more to do :|
Loading...
Hi! Can you tie R/W pin to ground if only writing is needed? And use CS to activate the writing process? Can you tell me how you implemented the writing process? And did you use the 20MHz clock as SID's clock source too?
lartti83 6 months ago
@lartti83 Hi! I don't use the RW pin, according to what you said, tie it to ground
about the writing this is the concept : output_low(CS); //Chip select on output_B(Address); //Address Bus output_D(Data); //Data Bus delay_us(1); //pausa 250 ns a 20mhz output_high(CS); //chip select off delay_us(1);
I'm using a 1Mhz PWM generated by the pic itself
hope to be useful ;)
Jimmy333x2 5 months ago
Trully Better than your previous test :D
MacWii 1 year ago
@MacWii the power of dynamic FIFO!
nowadays i've written a more optimized alghoritm but i still have to try it on this project.
Jimmy333x2 1 year ago