8080bw.cpp: fixed colors for Cosmo to match hardware [Guru]

This commit is contained in:
Ivan Vangelista 2021-06-05 06:35:52 +02:00
parent b90e29f788
commit 89524f7f51

View File

@ -678,7 +678,7 @@ void _8080bw_state::cosmo(machine_config &config)
/* video hardware */
m_screen->set_screen_update(FUNC(_8080bw_state::screen_update_cosmo));
PALETTE(config, m_palette, palette_device::RGB_3BIT);
PALETTE(config, m_palette, palette_device::RBG_3BIT);
/* sound hardware */
invaders_samples_audio(config);