diff options
author | 2015-07-08 21:51:41 -0500 | |
---|---|---|
committer | 2015-07-08 23:37:58 -0500 | |
commit | 1a32c4b76007999073b353532f74e7acee4b0491 (patch) | |
tree | 9e6eba5fea8307e9ef34911e82cf7ac9299344fd /src | |
parent | f1ea61c26831a5fd938bce79d623b79ad1ea542c (diff) |
stragglers
Diffstat (limited to 'src')
-rw-r--r-- | src/emu/machine/6840ptm.h | 2 | ||||
-rw-r--r-- | src/emu/machine/6850acia.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/6840ptm.h b/src/emu/machine/6840ptm.h index d78ff6eb1cb..d00577d62d0 100644 --- a/src/emu/machine/6840ptm.h +++ b/src/emu/machine/6840ptm.h @@ -105,7 +105,7 @@ private: PTM_6840_MSBBUF2 = 4, PTM_6840_LSB2 = 5, PTM_6840_MSBBUF3 = 6, - PTM_6840_LSB3 = 7, + PTM_6840_LSB3 = 7 }; double m_internal_clock; diff --git a/src/emu/machine/6850acia.h b/src/emu/machine/6850acia.h index 21ac5b4857e..8bb1a3891bd 100644 --- a/src/emu/machine/6850acia.h +++ b/src/emu/machine/6850acia.h @@ -91,7 +91,7 @@ private: { DCD_IRQ_NONE = 0, DCD_IRQ_READ_DATA, - DCD_IRQ_READ_STATUS, + DCD_IRQ_READ_STATUS }; devcb_write_line m_txd_handler; |