summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/ti99/speech8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/ti99/speech8.h')
-rw-r--r--src/mess/machine/ti99/speech8.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mess/machine/ti99/speech8.h b/src/mess/machine/ti99/speech8.h
index 51cd2b99a65..6f4537ac4e2 100644
--- a/src/mess/machine/ti99/speech8.h
+++ b/src/mess/machine/ti99/speech8.h
@@ -54,11 +54,11 @@ protected:
private:
tms5220_device *m_vsp;
-// UINT8 *m_speechrom; // pointer to speech ROM data
-// int m_load_pointer; // which 4-bit nibble will be affected by load address
-// int m_rombits_count; // current bit position in ROM
-// UINT32 m_sprom_address; // 18 bit pointer in ROM
-// UINT32 m_sprom_length; // length of data pointed by speechrom_data, from 0 to 2^18
+// UINT8 *m_speechrom; // pointer to speech ROM data
+// int m_load_pointer; // which 4-bit nibble will be affected by load address
+// int m_rombits_count; // current bit position in ROM
+// UINT32 m_sprom_address; // 18 bit pointer in ROM
+// UINT32 m_sprom_length; // length of data pointed by speechrom_data, from 0 to 2^18
// Ready line to the CPU
devcb_resolved_write_line m_ready;