v1.3 Debugging Format

This commit is contained in:
Antoine Vignau 2023-07-12 14:45:51 +02:00
parent 6bf32beab0
commit ee37cb225d
8 changed files with 4718 additions and 4366 deletions

View File

@ -73,12 +73,13 @@ diskSwitchedBit = $0001
diskInDriveBit = $0010
diskModifyBit = $0100
devHDD = $0013 ; device ID for HDD (generic)
devRAMDISK = $000e ; device ID for RAM/ROM disks
devHDD = $0013 ; device ID for HDD (generic)
dchar = $08
dblockcount = $0a
ddeviceid = $34
ddevnumber = $3e
dchar = $08
dblockcount = $0a
ddeviceid = $34
ddevnumber = $3e
*-----------------------------------
* GS/OS DIRECT PAGE

View File

@ -43,7 +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 = $03EC ; default characteristics
dftCHAR = $8BEC ; default characteristics - LOGO
dftSLOT = $8000 ; not slot dependent
dftUNIT = $0001 ; unit 1
dftVERSION = $1000 ; v1
@ -520,7 +521,7 @@ formatOptionsTable
* 16 bytes
dw 1 ; formatOptionNum
dw 0 ; linkRefNum
dw 2 ; linkRefNum
dw %0000_1101 ; flags 1101 - GB size - Apple format
adrl maxBLOCKS ; blockCount is the max for HFS
dw blockSIZE ; blockSize is 512 bytes
@ -560,7 +561,8 @@ MyDevName ds 32 ; +0E device name
dw dftSLOT ; +2E slot number
dw dftUNIT ; +30 unit number
dw dftVERSION ; +32 version
dw devHDD ; +34 device ID
* 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

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +1,2 @@
debug=Type(B3),AuxType(0000),VersionCreate(70),MinVersion(BE),Access(E3),FolderInfo1(000000000000000000000000000000000000),FolderInfo2(000000000000000000000000000000000000)
ASSDDriver=Type(BB),AuxType(0101),VersionCreate(70),MinVersion(BE),Access(E3),FolderInfo1(000000000000000000000000000000000000),FolderInfo2(000000000000000000000000000000000000)
ASSDDriver=Type(B3),AuxType(0101),VersionCreate(70),MinVersion(BE),Access(E3),FolderInfo1(000000000000000000000000000000000000),FolderInfo2(000000000000000000000000000000000000)

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.