progress on FAT16 support

This commit is contained in:
Dennis Gunia
2024-01-12 13:29:20 +01:00
parent ee2f22df09
commit 507eb3a017
40 changed files with 19699 additions and 6346 deletions

View File

@@ -21,7 +21,7 @@ iic_init:
LD A,0000010b
OUT (CS_PIO_AD), A
LD BC,0x1000
LD BC,0x2000
CALL _pause_loop
LD A, 0x80 ;S1 -> Select S0, PIN disabled, ESO = 0, Interrupt disabled, STA, STA, ACK = 0
@@ -267,4 +267,5 @@ _slow_access:
POP AF
PUSH AF
POP AF
POP AF
RET