summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_tms4800.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nld_tms4800.cpp')
-rw-r--r--src/lib/netlist/devices/nld_tms4800.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/netlist/devices/nld_tms4800.cpp b/src/lib/netlist/devices/nld_tms4800.cpp
index 24729b10e72..dbe9977f6a8 100644
--- a/src/lib/netlist/devices/nld_tms4800.cpp
+++ b/src/lib/netlist/devices/nld_tms4800.cpp
@@ -71,10 +71,9 @@ namespace netlist
};
// FIXME: timing!
+ // FIXME: CS: The code looks odd, looks like m_last_data should be pushed out.
NETLIB_UPDATE(TMS4800)
{
- unsigned d = 0x00;
-
netlist_time delay = NLTIME_FROM_NS(450);
if (m_AR())
{
@@ -86,6 +85,7 @@ namespace netlist
}
else
{
+ unsigned d = 0x00;
for (std::size_t i=0; i<4; i++)
{
if (m_OE1())