rohga.cpp : add wizdfire mixing reference

This commit is contained in:
cam900 2019-06-09 19:47:20 +09:00 committed by GitHub
parent 95830cc258
commit 2be22d6da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,7 @@ VIDEO_START_MEMBER(rohga_state,wizdfire)
m_sprgen[1]->alloc_sprite_bitmap(); m_sprgen[1]->alloc_sprite_bitmap();
} }
// reference : https://www.youtube.com/watch?v=FfxDihoQtT4
// not amazingly efficient, called multiple times to pull a layer out of the sprite bitmaps, but keeps correct sprite<->sprite priorities // not amazingly efficient, called multiple times to pull a layer out of the sprite bitmaps, but keeps correct sprite<->sprite priorities
void rohga_state::mixwizdfirelayer(bitmap_rgb32 &bitmap, const rectangle &cliprect, u16 pri, u16 primask) void rohga_state::mixwizdfirelayer(bitmap_rgb32 &bitmap, const rectangle &cliprect, u16 pri, u16 primask)
{ {