mirror of
https://github.com/holub/mame
synced 2025-10-09 09:44:40 +03:00
diexec.cpp: Fix formatting and validation mistake (nw)
This commit is contained in:
parent
18edbdcc71
commit
269b06a99b
@ -345,7 +345,7 @@ void device_execute_interface::execute_set_input(int linenum, int state)
|
|||||||
void device_execute_interface::interface_validity_check(validity_checker &valid) const
|
void device_execute_interface::interface_validity_check(validity_checker &valid) const
|
||||||
{
|
{
|
||||||
// validate the interrupts
|
// validate the interrupts
|
||||||
if (m_vblank_interrupt.isnull())
|
if (!m_vblank_interrupt.isnull())
|
||||||
{
|
{
|
||||||
screen_device_iterator iter(device().mconfig().root_device());
|
screen_device_iterator iter(device().mconfig().root_device());
|
||||||
if (iter.first() == nullptr)
|
if (iter.first() == nullptr)
|
||||||
|
Loading…
Reference in New Issue
Block a user