summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-07-09 15:18:31 +0200
committer hap <happppp@users.noreply.github.com>2021-07-09 15:18:31 +0200
commiteccd02ff9e841a2d2a82f240b7dce932bf59a6cd (patch)
tree5b5ffd3b02787f0b924e9fcf92d43ad953c43c0f
parent3d9f8d5f1570647a494f8496bc5b5d64007c9af7 (diff)
voodoo: fix compile error
-rw-r--r--src/devices/video/voodoo_render.cpp2
-rw-r--r--src/mame/drivers/hh_tms1k.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/voodoo_render.cpp b/src/devices/video/voodoo_render.cpp
index b4b50fe5a68..37ddb4b9998 100644
--- a/src/devices/video/voodoo_render.cpp
+++ b/src/devices/video/voodoo_render.cpp
@@ -454,7 +454,7 @@ public:
{
double recip = double(1ULL << (47 - 39)) / m_w;
sow = s32(m_s * recip);
- tow = tow(m_t * recip);
+ tow = s32(m_t * recip);
oowlog = fast_log2(recip, 56);
}
diff --git a/src/mame/drivers/hh_tms1k.cpp b/src/mame/drivers/hh_tms1k.cpp
index d7572fce6eb..7d9714881c3 100644
--- a/src/mame/drivers/hh_tms1k.cpp
+++ b/src/mame/drivers/hh_tms1k.cpp
@@ -132,7 +132,7 @@ on Joerg Woerner's datamath.org: http://www.datamath.org/IC_List.htm
@MPF553 TMS1670 1980, Gakken/Entex Jackpot: Gin Rummy & Black Jack (6008) (note: assume F to be a misprint)
MP7573 TMS1670 1981, Entex Select-A-Game cartridge: Football 4 -> sag.cpp
*M30026 TMS2370 1983, Yaesu FT-757 Display Unit part
- *M95041 TMS2670 1983, Tsukuda Game Pachinko
+ *M95041 TMS2670 1983, Tsukuda Game Pachinko (have decap, missing MCU emulation)
inconsistent: