Changes

Jump to: navigation, search

FPGAmstrad

477 bytes added, 16:33, 15 August 2018
/* DSK: TODO : tapes */
I think @ralferoo had already written FPGA code for tape reading for his FPGA CPC. Maybe you can borrow some code from him?
Bryce.
 
Caprice32 has a nice tape.c implementation, in fact blocks are just read bit by bit (byte is shifted), at a certain speed. Perhaps starting with a fix CDT small file, reading blocks in loop, cool be a nice approach around that.
 
Some has tryed reading sound directly (on emulator), switching to '1' when level (from 0.0 to 1.0) does pass over 0.5+0.1 and to '0' when level does pass below 0.5-0.1, that's the way @ralferoo use, but @ralferoo seems also interested around CDT.
===== DSK: TODO : snapshoot purpose =====
1,200
edits