summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms9900/ti990_10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms9900/ti990_10.cpp')
-rw-r--r--src/devices/cpu/tms9900/ti990_10.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/tms9900/ti990_10.cpp b/src/devices/cpu/tms9900/ti990_10.cpp
index 071b5dc7dd2..6465ecf8475 100644
--- a/src/devices/cpu/tms9900/ti990_10.cpp
+++ b/src/devices/cpu/tms9900/ti990_10.cpp
@@ -69,7 +69,7 @@ void ti990_10_device::device_start()
void ti990_10_device::device_stop()
{
- if (IS_ENABLED(TRACE_SETUP)) logerror("ti990_10: Deleting lookup tables\n");
+ if (TRACE_SETUP) logerror("ti990_10: Deleting lookup tables\n");
}
/*
@@ -79,7 +79,7 @@ void ti990_10_device::device_stop()
*/
void ti990_10_device::device_reset()
{
- if (IS_ENABLED(TRACE_EMU)) logerror("ti990_10: Device reset by emulator\n");
+ if (TRACE_EMU) logerror("ti990_10: Device reset by emulator\n");
}
const address_space_config *ti990_10_device::memory_space_config(address_spacenum spacenum) const