Merge pull request #4159 from cam900/patch-63

namcofl.cpp : Implement shadow
This commit is contained in:
R. Belmont 2018-10-19 14:46:13 -04:00 committed by GitHub
commit c19574d003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -599,6 +599,7 @@ MACHINE_CONFIG_START(namcofl_state::namcofl)
m_c123tmap->set_color_base(0x1000);
NAMCO_C116(config, m_c116, 0);
m_c116->enable_shadows();
MCFG_VIDEO_START_OVERRIDE(namcofl_state,namcofl)