namcofl.cpp : Implement shadow

This commit is contained in:
cam900 2018-10-19 15:13:18 +09:00 committed by GitHub
parent aeae501a76
commit 836f787651
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)