summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/hp9122c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/hp9122c.h')
-rw-r--r--src/devices/bus/ieee488/hp9122c.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/devices/bus/ieee488/hp9122c.h b/src/devices/bus/ieee488/hp9122c.h
index 3ff815f697f..8b51af38e28 100644
--- a/src/devices/bus/ieee488/hp9122c.h
+++ b/src/devices/bus/ieee488/hp9122c.h
@@ -76,14 +76,14 @@ private:
constexpr static int REG_CNTL_INTSEL0 = 1 << 7;
/* Status register bits:
- * 0 - Addr0
- * 1 - Addr1
- * 2 - Addr2
- * 3 - Dual(H)/Single(L)
- * 4 - T(L)
- * 5 - Diskchg#
- * 6 - Addr3
- * 7 - density indicatior: H - DD, L - HD
+ * 0 - Addr0
+ * 1 - Addr1
+ * 2 - Addr2
+ * 3 - Dual(H)/Single(L)
+ * 4 - T(L)
+ * 5 - Diskchg#
+ * 6 - Addr3
+ * 7 - density indicatior: H - DD, L - HD
*/
constexpr static int REG_STATUS_DUAL = 1 << 3;