xolod79
xolod79
Yes hxc software converts scl to trd. the scl format is very similar to trd and differs only in the first track which contains a list of files in which...
[TRD_Format.pdf](https://github.com/keirf/FlashFloppy/files/2293129/TRD_Format.pdf) Directory list simple copy from .scl 14 byte from every file and add: One byte - start sector (0..15) One byte - start track. And generate 8 sector(count from...
I agree with you, readonly is enough.
@gamelaster @sameer Hello, I offer the support code for Lattice ECP5 chips. This requires integration into serializer.sv, but it works and has been tested by me at 832x600 resolution and...
Unfortunately there is no additional information.
Thanks for the answer. If it will be interesting. Here are some articles on the second model of this CPU. https://hackaday.io/project/67369/logs?sort=oldest
hello @jessaskey! I like your interest in porting DEC T11 to Atom Bus! I have a Soviet computer Electronics MC0515 with KR1807VM1 as a CPU. http://www.leningrad.su/museum/show_calc.php?n=267&lang=0&test=0 And I can test...
Please accept this request
_serializer.sv_ ``` module serializer #( parameter int NUM_CHANNELS = 3, parameter real VIDEO_RATE ) ( input logic clk_pixel, input logic clk_pixel_x5, input logic reset, input logic [9:0] tmds_internal [NUM_CHANNELS-1:0], output...
How can I make a raw image of a disk with hard sectors? I have Greaseweazle and Fluxengine. Judging by this, I can try Fluxengine for this. https://github.com/davidgiven/fluxengine/blob/master/doc/faq.md