changeset 1951:2c97a4f68e9c

This file had /d0 changed to /dd but the CRC was not updated. It now is correct.
author robert
date Mon, 19 Dec 2005 13:42:18 +0000
parents 1ab533504290
children 0902ccedce07
files 3rdparty/packages/cc/cc1.asm
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/packages/cc/cc1.asm	Sat Dec 17 14:36:26 2005 +0000
+++ b/3rdparty/packages/cc/cc1.asm	Mon Dec 19 13:42:18 2005 +0000
@@ -1,4 +1,5 @@
-* Changed /d1 reference to /dd
+* Changed /d1 reference to /dd    BUT forgot CRC!!
+* 05/12/19  Robert Gault   updated CRC
 L0000    fcb   $87,$CD,$1F,$52,$00,$0D,$11,$81   .M.R....
 L0008    fcb   $65,$00,$1A,$09,$61,$63,$63,$B1   e...acc1
 L0010    fcb   $04,$A6,$A0,$A7,$C0,$30,$1F,$26   .& '@0.&
@@ -1000,5 +1001,6 @@
 L1F30    fcb   $04,$04,$04,$04,$04,$04,$04,$04   ........
 L1F38    fcb   $04,$04,$04,$04,$04,$04,$20,$20   ......  
 L1F40    fcb   $20,$20,$01,$00,$01,$00,$5F,$00     ...._.
-L1F48    fcb   $01,$00,$69,$63,$63,$31,$00,$3C   ..icc1.<
-L1F50    fcb   $A4,$DF                           $_
+L1F48    fcb   $01,$00,$69,$63,$63,$31,$00,$21   ..icc1.<
+L1F50    fcb   $24,$D4                           $_
+