mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
capcom/alien.cpp: Fix build
This commit is contained in:
parent
a37249eb62
commit
88ebc99596
@ -166,8 +166,8 @@ u32 alien_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, cons
|
||||
count ++;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
u8 alien_state::fpga_r()
|
||||
|
Loading…
Reference in New Issue
Block a user