added i2c controller functions, added IDE interface functions, fiexd IDE schematics

This commit is contained in:
Dennis Gunia
2023-01-16 19:30:31 +01:00
parent 265342e7f7
commit 96c4dca4d5
34 changed files with 18931 additions and 3700 deletions

View File

@@ -8,6 +8,7 @@ beep:
push AF
push BC
push DE
beep_loop:
LD A,0x08
OUT (CS_PIO_AD), A
LD BC, 0x28
@@ -19,7 +20,7 @@ beep:
DEC DE
ld A,D
or E
jr NZ, beep
jr NZ, beep_loop
pop de
pop bc
pop af