summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/devices/cpu/m6800/m6801.cpp2
-rw-r--r--src/mame/drivers/saitek_leonardo.cpp1
-rw-r--r--src/mame/drivers/saitek_renaissance.cpp1
3 files changed, 1 insertions, 3 deletions
diff --git a/src/devices/cpu/m6800/m6801.cpp b/src/devices/cpu/m6800/m6801.cpp
index 9e791d3b3bc..2e950b689cd 100644
--- a/src/devices/cpu/m6800/m6801.cpp
+++ b/src/devices/cpu/m6800/m6801.cpp
@@ -37,7 +37,7 @@
#define OC2 m_output_compare2.w.l
#define OC2H m_output_compare2.w.h
#define OC2D m_output_compare2.d
-#define TOH m_timer_over.w.l
+#define TOH m_timer_over.w.h
#define TOD m_timer_over.d
// serial I/O
diff --git a/src/mame/drivers/saitek_leonardo.cpp b/src/mame/drivers/saitek_leonardo.cpp
index 19ad50cdd00..e5a67f1d2f1 100644
--- a/src/mame/drivers/saitek_leonardo.cpp
+++ b/src/mame/drivers/saitek_leonardo.cpp
@@ -42,7 +42,6 @@ Expansion modules released:
- Sparc (SPARClite, Spracklen's)
TODO:
-- computer calculates too fast: MCU timer emulation is bad
- OSA module support (softwarelist, devices/bus)
- OSA PC link (probably uses MCU serial interface)
- add nvram
diff --git a/src/mame/drivers/saitek_renaissance.cpp b/src/mame/drivers/saitek_renaissance.cpp
index 33afdc8ba01..078cf1b00e8 100644
--- a/src/mame/drivers/saitek_renaissance.cpp
+++ b/src/mame/drivers/saitek_renaissance.cpp
@@ -24,7 +24,6 @@ so a chessboard display + 7seg info.
TODO:
- LCD (need SED150x device + SVG screen)
- not sure about comm/module leds
-- computer calculates too fast, leds blink too fast (MCU timer problem)
- make it a subdriver of saitek_leonardo.cpp? or too many differences
- same TODO list as saitek_leonardo.cpp