mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
(MESS) sms.c: Enabled crosshair display on all screens. This makes missil3d playable on the plain '2D' view with scope emulation enabled. [Enik Land]
This commit is contained in:
parent
54ecd4f5eb
commit
ef4ba32180
@ -1003,6 +1003,9 @@ VIDEO_START_MEMBER(sms_state,sms1)
|
||||
m_main_scr->register_screen_bitmap(m_prevright_bitmap);
|
||||
save_item(NAME(m_prevleft_bitmap));
|
||||
save_item(NAME(m_prevright_bitmap));
|
||||
|
||||
// Allow sscope screens to have crosshair, useful for the game missil3d
|
||||
crosshair_set_screen(machine(), 0, CROSSHAIR_SCREEN_ALL);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user