.z80
;
;********************************************
;*   Umschaltung                            *
;*           eingebautes Laufwerk wird A:   *
;*           5 1/4 Zoll Laufwerk wird  B:   *
;*                                          *
;*   c     Michael Lutz     27.08.1988      *
;*                                          *
;* BIOS Call SELDSK zurueck auf Original    *
;********************************************
;
start:	ld	hl,bios		; Original BIOS Call 
	ld	de,0fc1bh	; restaurieren
	ld	bc,biosend-bios	;
	ldir			;

bios:	jp	0fe06h		; Original BIOS Call
biosend:			;

	end	start
,0fc1bh	; restaurieren
	ld	b