From: Will Sowerbutts Date: Wed, 25 Jan 2017 14:36:39 +0000 (+0000) Subject: Kernel: p112: Use mnemonic to disable floppy motors, do not enable DMA X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=11efada2f8c3a740b4adf6fa7ec38e7bef758280;p=FUZIX.git Kernel: p112: Use mnemonic to disable floppy motors, do not enable DMA --- diff --git a/Kernel/platform-p112/p112.s b/Kernel/platform-p112/p112.s index 73d800aa..53836140 100644 --- a/Kernel/platform-p112/p112.s +++ b/Kernel/platform-p112/p112.s @@ -39,8 +39,8 @@ _bufpool: init_early: ; P112: stop the floppy motor in case it is running - ld a, #0x0c - out0 (0x92), a + ld a, #0x08 + out0 (FDC_DOR), a ; Z80182: disable ROM, entire physical address space maps to RAM in0 a, (Z182_SYSCONFIG)