summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms9900/99xxcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/tms9900/99xxcore.h')
-rw-r--r--src/emu/cpu/tms9900/99xxcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/tms9900/99xxcore.h b/src/emu/cpu/tms9900/99xxcore.h
index b7364f0e205..10ece6b3d0e 100644
--- a/src/emu/cpu/tms9900/99xxcore.h
+++ b/src/emu/cpu/tms9900/99xxcore.h
@@ -512,7 +512,7 @@ struct _tms99xx_state
INLINE tms99xx_state *get_safe_token(running_device *device)
{
assert(device != NULL);
-// assert(device->type() == TMS99XX_GET_INFO);
+// assert(device->type() == TMS99XX_GET_INFO);
return (tms99xx_state *)downcast<legacy_cpu_device *>(device)->token();
}