diff options
Diffstat (limited to 'src/mess/machine/zx8302.h')
| -rw-r--r-- | src/mess/machine/zx8302.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/zx8302.h b/src/mess/machine/zx8302.h index edabc673d00..47b46d12ecb 100644 --- a/src/mess/machine/zx8302.h +++ b/src/mess/machine/zx8302.h @@ -172,7 +172,7 @@ private: enum { - INT_GAP = 0x01, + INT_GAP = 0x01, INT_INTERFACE = 0x02, INT_TRANSMIT = 0x04, INT_FRAME = 0x08, @@ -181,7 +181,7 @@ private: enum { - STATUS_NETWORK_PORT = 0x01, + STATUS_NETWORK_PORT = 0x01, STATUS_TX_BUFFER_FULL = 0x02, STATUS_RX_BUFFER_FULL = 0x04, STATUS_MICRODRIVE_GAP = 0x08, |
