1
0
mirror of https://github.com/simh/simh.git synced 2026-03-02 17:55:17 +00:00

AltairZ80: Fix spelling in register description

This commit is contained in:
Mark Pizzolato
2020-02-26 22:03:01 -08:00
parent ba7316ea8a
commit e06a5d7821

View File

@@ -303,7 +303,7 @@ static REG dsk_reg[] = {
{ BRDATAD (CURSECTOR, current_sector, 10, 32, NUM_OF_DSK,
"Selected sector register array"), REG_CIRC + REG_RO },
{ BRDATAD (CURBYTE, current_byte, 10, 32, NUM_OF_DSK,
"Current byte register arrayr"), REG_CIRC + REG_RO },
"Current byte register array"), REG_CIRC + REG_RO },
{ BRDATAD (CURFLAG, current_flag, 10, 32, NUM_OF_DSK,
"Current flag register array"), REG_CIRC + REG_RO },
{ BRDATAD (TRACKS, tracks, 10, 8, NUM_OF_DSK,