mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
bbl338: Change CPU type based on apparent PSG accesses in ST23XX range
This commit is contained in:
parent
7936345809
commit
94f2d0fca1
@ -43,7 +43,7 @@ u32 st22xx_bbl338_state::screen_update(screen_device &screen, bitmap_rgb32 &bitm
|
||||
|
||||
void st22xx_bbl338_state::st22xx_bbl338(machine_config &config)
|
||||
{
|
||||
ST2205U(config, m_maincpu, 4000000); // likely higher clock
|
||||
ST2302U(config, m_maincpu, 12000000); // likely higher clock
|
||||
m_maincpu->set_addrmap(AS_DATA, &st22xx_bbl338_state::st22xx_bbl338_map);
|
||||
|
||||
SCREEN(config, m_screen, SCREEN_TYPE_LCD);
|
||||
|
Loading…
Reference in New Issue
Block a user