Search found 4 matches

by JokerCatz
Sun Jun 10, 2018 4:45 pm
Forum: SNESdev
Topic: How to play sound at SPC700 hardware module ?
Replies: 13
Views: 7877

Re: How to play sound at SPC700 hardware module ?

okay ... the APU specs in Fullsnes look like very useful , and I think I need emu SPC700 first , then try SPC700 hardware , and try to transfer data to SPC700 by main CPU ( maybe try to dev SNES game or do some examples :D ) but I can only dev at weekend or holiday , so will be slowly , and I'll got...
by JokerCatz
Sun Jun 10, 2018 1:56 am
Forum: SNESdev
Topic: How to play sound at SPC700 hardware module ?
Replies: 13
Views: 7877

Re: How to play sound at SPC700 hardware module ?

hmm ... so , look like this project easiest way is ... split to two part first part is .spc file player , like Arduino .spc file player at frist post , because they has own CPU code and no spec , too difficult to control ... second part is custom CPU code , use BRR samples and input notes from 8 pin...
by JokerCatz
Sat Jun 09, 2018 10:15 pm
Forum: SNESdev
Topic: How to play sound at SPC700 hardware module ?
Replies: 13
Views: 7877

Re: How to play sound at SPC700 hardware module ?

Hi all , thanx reply fast , I'm a programmer normally use ruby / java and go lang , & I know midi spec / Arduino or something , but I hasn't assembly language experience , I know this may be very difficulty to finish this project , but I want to try :) if I lean 6502 and write my own code ( scan...
by JokerCatz
Sat Jun 09, 2018 9:06 am
Forum: SNESdev
Topic: How to play sound at SPC700 hardware module ?
Replies: 13
Views: 7877

How to play sound at SPC700 hardware module ?

Hi all , I'm newbe & sorry for my poor english I want make a jukebox & midi receiver open source project , use SPC700 hardware(from old SNES) + Arduino + microSD + LCD screen + Bluetooth(midi receiver) the jukebox part is look like this https://github.com/Moonspine/snes-jukebox or CaitSith2 ...