diff --git a/src/emu/screen.cpp b/src/emu/screen.cpp index 0e298148d13..ad8b071329c 100644 --- a/src/emu/screen.cpp +++ b/src/emu/screen.cpp @@ -1572,6 +1572,7 @@ bool screen_device::update_quads() void screen_device::update_burnin() { +// TODO: other than being unnecessary (we should use our rand function first off), this is a simplification of how analog signals really works! #undef rand if (!m_burnin.valid()) return;