summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/ti99/speech8.c
diff options
context:
space:
mode:
author Michael Zapf <michael.zapf@mizapf.de>2014-03-21 20:12:28 +0000
committer Michael Zapf <michael.zapf@mizapf.de>2014-03-21 20:12:28 +0000
commit3134f8c6340967c9fef4b95a83637800e7cc2eb5 (patch)
tree01178cb637edc7fd37e71bc11f1c9453e06b2e01 /src/mess/machine/ti99/speech8.c
parentc8513349dd60b6e83a058ea284401761057d2a32 (diff)
(MESS) Just added a comment. (nw)
Diffstat (limited to 'src/mess/machine/ti99/speech8.c')
-rw-r--r--src/mess/machine/ti99/speech8.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mess/machine/ti99/speech8.c b/src/mess/machine/ti99/speech8.c
index dd727f38438..ff3d231d44b 100644
--- a/src/mess/machine/ti99/speech8.c
+++ b/src/mess/machine/ti99/speech8.c
@@ -28,12 +28,15 @@
/*
For comments on real timing see ti99/spchsyn.c
+
+ Note that before the REAL_TIMING can be used we must first establish
+ the set_address logic in mapper8.
*/
/****************************************************************************/
ti998_spsyn_device::ti998_spsyn_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: bus8z_device(mconfig, TI99_SPEECH8, "TI-99/8 Speech synthesizer (onboard)", tag, owner, clock, "ti99_speech8", __FILE__),
- m_ready(*this)
+ m_ready(*this)
{
}