X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=platforms%2Famiga%2Fpiscsi%2Fdevice_driver_amiga%2Fbootrom.s;h=8e883eeefa7b782cdfa1a8b0da4441725af5a2da;hb=3168b13b6fe36cb44a2035eb6c9ba8a97e3e6f38;hp=20145670b352e847a4afba3b9e110062e04fe268;hpb=ea48014e5411adbbfcfb0a1e3ee112becd33e7a3;p=pistorm diff --git a/platforms/amiga/piscsi/device_driver_amiga/bootrom.s b/platforms/amiga/piscsi/device_driver_amiga/bootrom.s index 2014567..8e883ee 100644 --- a/platforms/amiga/piscsi/device_driver_amiga/bootrom.s +++ b/platforms/amiga/piscsi/device_driver_amiga/bootrom.s @@ -260,7 +260,7 @@ Init: ; After Diag patching, our romtag will point to this ; align 2 move.l a6,-(a7) ; Push A6 to stack - move.w #$00B8,$dff09a ; Disable interrupts during init + ;move.w #$00B8,$dff09a ; Disable interrupts during init move.l #3,PiSCSIDebugMe move.l a3,PiSCSIAddr4 @@ -401,7 +401,7 @@ EndPartitions: move.l (a7)+,a6 ; Pop A6 from stack move.l #803,PiSCSIDebugMe - move.w #$80B8,$dff09a ; Re-enable interrupts + ;move.w #$80B8,$dff09a ; Re-enable interrupts move.l #804,PiSCSIDebugMe moveq.l #1,d0 ; indicate "success" move.l #805,PiSCSIDebugMe