diff options
Diffstat (limited to 'src/devices/cpu/tms7000/tms7000.cpp')
-rw-r--r-- | src/devices/cpu/tms7000/tms7000.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/tms7000/tms7000.cpp b/src/devices/cpu/tms7000/tms7000.cpp index eb6694a02c4..9e810a02407 100644 --- a/src/devices/cpu/tms7000/tms7000.cpp +++ b/src/devices/cpu/tms7000/tms7000.cpp @@ -902,7 +902,7 @@ WRITE8_MEMBER(tms70c46_device::control_w) // known fast memory areas: internal ROM/RAM, system RAM // known slow memory areas: system ROM, cartridge ROM/RAM - // d0-d3(all bits?): clock divider when d4 is set and addressbus is in slow memory area + // d0-d3(all bits?): clock divider when d4 is set and address bus is in slow memory area // needs to be measured, i just know that $30 is full speed, and $38 is about 4 times slower m_control = data; } |