mirror of
https://github.com/holub/mame
synced 2025-05-01 20:27:02 +03:00
stv.cpp: Fix clang build again (nw)
This commit is contained in:
parent
6bda62baca
commit
191de3ad7e
@ -1214,7 +1214,7 @@ void stv_state::stv_5838(machine_config &config)
|
||||
stv(config);
|
||||
|
||||
SEGA315_5838_COMP(config, m_5838crypt, 0);
|
||||
m_5838crypt->set_addrmap(0, stv_state::sega5838_map);
|
||||
m_5838crypt->set_addrmap(0, &stv_state::sega5838_map);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user