Home
Random
Watchlist
Settings
Log in
About CPCWiki - THE Amstrad CPC encyclopedia!
Disclaimers
Open main menu
Changes
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
← Older edit
Newer edit →
Phi2x
13,147
edits