capcom/alien.cpp: Fix build

This commit is contained in:
AJR 2023-08-19 14:44:52 -04:00
parent a37249eb62
commit 88ebc99596

View File

@ -166,8 +166,8 @@ u32 alien_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, cons
count ++; count ++;
} }
} }
return 0;
#endif #endif
return 0;
} }
u8 alien_state::fpga_r() u8 alien_state::fpga_r()