Skip to content

Commit e24e0e1

Browse files
authored
Merge pull request #9 from LIV2/master
Fix autoconfig bug preventing shutup from working
2 parents ed11873 + 326bc90 commit e24e0e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

DiagROM.s

+1-2
Original file line numberDiff line numberDiff line change
@@ -12731,6 +12731,7 @@ DoAutoconfig:
1273112731
.WriteFast:
1273212732
move.l a1,a0 ; Set correct Expansionbase
1273312733
move.l d3,d1
12734+
move.l #ec_BaseAddress+ExpansionRom_SIZEOF,d0
1273412735
bsr .WriteCard
1273512736
rts
1273612737
.WriteNoAssign:
@@ -12745,8 +12746,6 @@ DoAutoconfig:
1274512746

1274612747

1274712748
.WriteCard:
12748-
move.l #ec_BaseAddress+ExpansionRom_SIZEOF,d0
12749-
1275012749
clr.l d1
1275112750
move.w AutoConfWByte-V(a6),d1 ; Get data to write
1275212751

0 commit comments

Comments
 (0)