mirror of
https://github.com/holub/mame
synced 2025-05-07 14:54:35 +03:00
... and analog noise being generated like ass (nw)
This commit is contained in:
parent
dc5d8a94e6
commit
2e8a87393b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user