Update spi_low.asm

There were read/write issues on A3000(D) and A4000(D) machines before
this change.
This commit is contained in:
Nicolas Baumgardt 2022-08-31 20:15:07 +02:00 committed by Niklas Ekström
parent f7493de0b0
commit 30736877bd

View File

@ -92,7 +92,8 @@ _spi_write_fast:
move.b d2,(a5)
dbra d0,.loop
.done: bset #REQ_BIT,d2
.done: move.b d2,(a5) ; Delay to allow write to complete
bset #REQ_BIT,d2
move.b d2,(a5)
movem.l (a7)+,d2/a5