Previous 199869 Revisions Next

r29332 Saturday 5th April, 2014 at 21:02:42 UTC by Alex Jackson
Disable this for now, it causes regressions and I'm not sure it's actually useful (nw)
[src/emu]digfx.c

trunk/src/emu/digfx.c
r29331r29332
9191                        m_palette_tag);
9292   
9393   // if palette device isn't started, wait for it
94   if (!m_palette->started())
95      throw device_missing_dependencies();
94   // if (!m_palette->started())
95   //   throw device_missing_dependencies();
9696}
9797
9898

Previous 199869 Revisions Next


© 1997-2024 The MAME Team