From 8144312fbbfa42e8a455bbab197e2cd775d4946b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sat, 10 Aug 2013 05:25:53 +0000 Subject: [PATCH] fixed forgotten rename --- sources/exceptions.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/exceptions.S b/sources/exceptions.S index 83efcaf..ab2f57e 100644 --- a/sources/exceptions.S +++ b/sources/exceptions.S @@ -756,7 +756,7 @@ acsi_dma_start: bne acsi_dma_wl // ja-> acsi_dma_rl: tst.b -4(a5) // dma req? - bpl acsi_dma_fertig // nein-> + bpl acsi_dma_finished // nein-> move.l (a5),(a1)+ // read 4 bytes move.l (a5),(a1)+ // read 4 bytes move.l (a5),(a1)+ // read 4 bytes @@ -767,7 +767,7 @@ acsi_dma_rl: sub.l #16,d0 // byt counter -16 bpl acsi_dma_rl - bra acsi_dma_fertig + bra acsi_dma_finished acsi_dma_wl: tst.b -4(a5) // dma req? bpl acsi_dma_finished // nein->