mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
mcs48.h: update note
This commit is contained in:
parent
55514a53f3
commit
3b10127042
@ -196,7 +196,7 @@ protected:
|
||||
uint8_t m_timer; /* 8-bit timer */
|
||||
uint8_t m_prescaler; /* 5-bit timer prescaler */
|
||||
uint8_t m_t1_history; /* 8-bit history of the T1 input */
|
||||
uint8_t m_sts; /* 8-bit status register (UPI-41 only, except for F1) */
|
||||
uint8_t m_sts; /* 4-bit status register + OBF/IBF flags (UPI-41 only) */
|
||||
uint8_t m_dbbi; /* 8-bit input data buffer (UPI-41 only) */
|
||||
uint8_t m_dbbo; /* 8-bit output data buffer (UPI-41 only) */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user