mirror of
https://github.com/holub/mame
synced 2025-05-02 04:31:01 +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 ++;
|
count ++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 0;
|
|
||||||
#endif
|
#endif
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
u8 alien_state::fpga_r()
|
u8 alien_state::fpga_r()
|
||||||
|
Loading…
Reference in New Issue
Block a user