mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Fix clang build [-Werror,-Wunused-const-variable] (nw)
This commit is contained in:
parent
5a5feb2d73
commit
97ffaac9b5
@ -55,10 +55,6 @@ static INPUT_PORTS_START( dinoking )
|
||||
INPUT_PORTS_END
|
||||
|
||||
|
||||
static GFXDECODE_START( gfx_dinoking )
|
||||
GFXDECODE_END
|
||||
|
||||
|
||||
void dinoking_state::dinoking(machine_config &config)
|
||||
{
|
||||
H8S2394(config, m_maincpu, 20_MHz_XTAL);
|
||||
|
Loading…
Reference in New Issue
Block a user