mirror of
https://github.com/holub/mame
synced 2025-05-08 07:11:42 +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()
|
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
|
#undef rand
|
||||||
if (!m_burnin.valid())
|
if (!m_burnin.valid())
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user