Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246
Changes - CPCWiki

Changes

Programming:Unlocking ASIC

1 byte removed, 18:22, 18 March 2025
/* 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,173
edits