From 25caffe7ebb75ec1fd19c9e7cf406702f80ab737 Mon Sep 17 00:00:00 2001 From: tomcw Date: Thu, 11 Nov 2021 21:24:21 +0000 Subject: [PATCH] Minor comment typo --- firmware/HDD/hddrvr.a65 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/HDD/hddrvr.a65 b/firmware/HDD/hddrvr.a65 index 93eedb5d..a55320e7 100644 --- a/firmware/HDD/hddrvr.a65 +++ b/firmware/HDD/hddrvr.a65 @@ -58,8 +58,8 @@ hd_diskblock = $c086 ; Notes on accesses to I/O registers: ; . ROR ABS16,X and ROL ABS16,X - only used for $C081+s*$10 STATUS register: -; 6502: double read (old data), write (old data), write (new data). The writes are harmless as writes are ignored to STATUS. -; 65C02: double read (old data), write (new data). The write is harmless as writes are ignored to STATUS. +; 6502: double read (old data), write (old data), write (new data). The writes are harmless as writes to STATUS are ignored. +; 65C02: double read (old data), write (new data). The write is harmless as writes to STATUS are ignored. ; . STA ABS16,X does a false-read. This is harmless for writable I/O registers, since the false-read has no side effect. command = $42