renaming references

This commit is contained in:
Anatoliy Belyanskiy 2023-06-25 05:25:47 +10:00
parent b2623d1cd9
commit 53c775b2f6
2 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 443b74c15de8cea63ca89aa89bbb6d60407dc5d0 Subproject commit 81f727ca6ecd8fcaaac4f4e573fe1fd6578c1efa

View File

@ -636,11 +636,11 @@ HD_CALC_LOOP2:
FN_HDD_PART: FN_HDD_PART:
POP AF POP AF
BIT 0,A BIT 0,A
LD A,#21 ; !HARDCODE LD A,IDE.Chanel.Primary
JR Z,.SET_CH JR Z,.SET_CH
LD A,#01 ; !HARDCODE LD A,IDE.Chanel.Secondary
.SET_CH: .SET_CH:
OUT (#BC),A ; !HARDCODE IDE.Chanel.Choose OUT (IDE.Chanel.Set),A
RET RET
; DB 'HDD_DRV_END' ; DB 'HDD_DRV_END'