mirror of
https://github.com/LIV2/amiga-par-to-spi-adapter.git
synced 2025-12-05 22:22:44 +00:00
Update spi_low.asm
There were read/write issues on A3000(D) and A4000(D) machines before this change.
This commit is contained in:
parent
f7493de0b0
commit
30736877bd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user