diff options
author | 2020-05-04 20:53:06 +0200 | |
---|---|---|
committer | 2020-05-04 20:53:19 +0200 | |
commit | 0e2f53c45bb676bfd77f4af55a7b9affcc4aab7b (patch) | |
tree | 76771f191516701f7c087a84c1694575c130737d | |
parent | 8de7d6ac4de3fe5073b8fd7412d484703087e116 (diff) |
6801: that's not "TOH" (nw)
-rw-r--r-- | src/devices/cpu/m6800/m6801.cpp | 2 | ||||
-rw-r--r-- | src/mame/drivers/saitek_leonardo.cpp | 1 | ||||
-rw-r--r-- | src/mame/drivers/saitek_renaissance.cpp | 1 |
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 |