We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed11873 + 326bc90 commit e24e0e1Copy full SHA for e24e0e1
DiagROM.s
@@ -12731,6 +12731,7 @@ DoAutoconfig:
12731
.WriteFast:
12732
move.l a1,a0 ; Set correct Expansionbase
12733
move.l d3,d1
12734
+ move.l #ec_BaseAddress+ExpansionRom_SIZEOF,d0
12735
bsr .WriteCard
12736
rts
12737
.WriteNoAssign:
@@ -12745,8 +12746,6 @@ DoAutoconfig:
12745
12746
12747
12748
.WriteCard:
- move.l #ec_BaseAddress+ExpansionRom_SIZEOF,d0
12749
-
12750
clr.l d1
12751
move.w AutoConfWByte-V(a6),d1 ; Get data to write
12752
0 commit comments