Various data dumps from the 64DD
Find a file
2020-08-25 04:24:12 -04:00
decoders/async More captures. Enough to figure out it's all the H8's fault anyway. 2020-08-25 04:23:02 -04:00
H8 More captures. Enough to figure out it's all the H8's fault anyway. 2020-08-25 04:23:02 -04:00
NRZ Added today's captures 2020-08-16 22:32:37 -04:00
.gitignore More captures. Enough to figure out it's all the H8's fault anyway. 2020-08-25 04:23:02 -04:00
README.md Update README.md 2020-08-25 04:24:12 -04:00

64dd-dumps

Various data dumps from the 64DD. The .sr files are for the wonderful open-source Sigrok PulseView.

Folders:

  • RLL = Raw Run-Length-Limited data (more or less what's physically on the disk)
  • NRZ = Non-Return-to-Zero data (self-clocking data stream between RLL and SD29 chip. Mostly represents the user read/write data)
  • H8 = Captures related to the H8 chip
  • decoders = Custom sigrok decoders related to the work (very rough - Don't say I didn't warn you)