diff options
author | 2016-02-24 07:46:57 +0100 | |
---|---|---|
committer | 2016-02-24 07:46:57 +0100 | |
commit | 3abcaee63ff285514e8b51a60949c97a7dfa5304 (patch) | |
tree | 63e6be46c1932606689f9bfacc920d69cfc4b51f /src/mame/machine/trs80.cpp | |
parent | 0cbd8782119b140920097a2bee76f36aef014be9 (diff) |
Cleanups and version bump
Diffstat (limited to 'src/mame/machine/trs80.cpp')
-rw-r--r-- | src/mame/machine/trs80.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/trs80.cpp b/src/mame/machine/trs80.cpp index 8c60a20d60a..999a086d466 100644 --- a/src/mame/machine/trs80.cpp +++ b/src/mame/machine/trs80.cpp @@ -422,7 +422,7 @@ WRITE8_MEMBER( trs80_state::trs80m4_e9_w ) EEh 9600 FFh 19200 Note: this may be a COM5016 dual baud rate generator, or may be an equivalent circuit embedded in the gate array ASIC on the trs80 model 4 - */ + */ static const int baud_clock[]={ 800, 1200, 1760, 2152, 2400, 4800, 9600, 19200, 28800, 32000, 38400, 57600, 76800, 115200, 153600, 307200 }; m_ay31015->set_receiver_clock(baud_clock[data & 0x0f]); |