Fixed some tabs and space issues

This commit is contained in:
Peter Ibbotson 2024-01-14 16:12:46 +00:00
parent b0dc4fd407
commit 5262d50b0f
2 changed files with 5 additions and 5 deletions

View File

@ -284,10 +284,10 @@ GetSlotInX
; A = result of hd_execute
; Read or write command
; X = Slot# << 4
; Y = command
; Y = command
; Status command
; X = low byte of disk size
; Y = high byte of disk size
; X = low byte of disk size
; Y = high byte of disk size
cmdproc
php

View File

@ -711,8 +711,8 @@ BYTE __stdcall HarddiskInterfaceCard::IOWrite(WORD pc, WORD addr, BYTE bWrite, B
case 0x0: // r/o: status
case 0x1: // r/o: execute
case 0x8: // r/o: legacy next-data port
case 0x9: // r/o: low byte of image size
case 0xa: // r/o: high byte of image size
case 0x9: // r/o: low byte of image size
case 0xa: // r/o: high byte of image size
// Writing to these 5 read-only registers is a no-op.
// NB. Don't change m_status_next, as UpdateLightStatus() has a huge performance cost!
// Firmware has a busy-wait loop doing "rol hd_status,x"