From 3c1edce4483af0310f8396f6bc91a50a29cbdcbe Mon Sep 17 00:00:00 2001 From: Antoine Vignau <34219772+antoinevignau@users.noreply.github.com> Date: Fri, 28 Jul 2023 21:50:00 +0200 Subject: [PATCH] New devices --- applesqueezer/sdcard/ASSD.DRIVER.S | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/applesqueezer/sdcard/ASSD.DRIVER.S b/applesqueezer/sdcard/ASSD.DRIVER.S index 0a99e2b..8d15b17 100644 --- a/applesqueezer/sdcard/ASSD.DRIVER.S +++ b/applesqueezer/sdcard/ASSD.DRIVER.S @@ -43,8 +43,8 @@ maxBLOCKP = 65536 ; 65536 blocks for ProDOS 8 * E 1110 block device + write allowed + read allowed * C 1100 format allowed + removable media -*dftCHAR = $03EC ; default characteristics -dftCHAR = $8BEC ; default characteristics - LOGO +dftCHAR = $03EC ; default characteristics +*dftCHAR = $8BEC ; default characteristics - LOGO dftSLOT = $8000 ; not slot dependent dftUNIT = $0001 ; unit 1 dftVERSION = $1000 ; v1 @@ -556,13 +556,13 @@ MyDIB ds 4 ; +00 pointer to the next DIB dw dftCHAR ; +08 characteristics adrl maxBLOCKS ; +0A block count MyDevName ds 32 ; +0E device name -* str 'ASSDDevice' ; +0E device name +* str 'ASSDDevice' ; +0E device name - LOGO * ds 21 ; 32 - 11 = 21 dw dftSLOT ; +2E slot number dw dftUNIT ; +30 unit number dw dftVERSION ; +32 version -* dw devHDD ; +34 device ID - dw devRAMDISK ; +34 device ID - LOGO + dw devHDD ; +34 device ID +* dw devRAMDISK ; +34 device ID - LOGO dw $0000 ; +36 first linked device dw $0000 ; +38 next linked device adrl $00000000 ; +3A extended DIB ptr