mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
8080bw.cpp: fixed colors for Cosmo to match hardware [Guru]
This commit is contained in:
parent
b90e29f788
commit
89524f7f51
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user