vaportra.cpp: fixed regression (nw)

This commit is contained in:
Ivan Vangelista 2018-05-14 12:24:59 +02:00 committed by GitHub
parent 2b5f3a4035
commit 211001f5b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -233,7 +233,7 @@ MACHINE_CONFIG_START(vaportra_state::vaportra)
MCFG_GFXDECODE_ADD("gfxdecode", "palette", vaportra)
MCFG_PALETTE_ADD("palette", 1280)
MCFG_PALETTE_FORMAT(xxxxRRRRGGGGBBBB)
MCFG_DEVICE_ADD("tilegen1", DECO16IC, 0)
MCFG_DECO16IC_SPLIT(0)