DalSoRiR2: Do not unnecessarily disable interrupts during detection.
1 files changed, 0 insertions(+), 3 deletions(-)

M src/drivers/DalSoRiR2.asm
M src/drivers/DalSoRiR2.asm +0 -3
@@ 115,7 115,6 @@ DalSoRiR2_MatchSlot: PROC
 	ret nc
 Continue:
 	ld (ix + DalSoRiR2.slot),a
-	di
 	xor a
 	call DalSoRiR2_SetConfig  ; disable all ports
 	call OPL4_Detect

          
@@ 125,11 124,9 @@ Continue:
 	call OPL4_Detect
 	jr nc,NotFound
 Found:
-	ei
 	scf
 	ret
 NotFound:
-	ei
 	and a
 	ret
 	ENDP