Changes

Jump to: navigation, search

Programming:Unlocking ASIC

1 byte removed, 18 March
/* Madram version */
while c != 0x4D:
port_out(b, c)
h, l = l, ((h << 1) | (h >> 7)) & 0xFF # Rotate h and swap h, l
c = ((c >> 1) & ~(1 << 3)) | (l & 0x88) # Modify c
13,147
edits