summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2016-04-29 11:55:55 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2016-04-29 11:55:55 +0200
commit8b685866539f2ced801a92ac1b17c741a7045162 (patch)
tree0349896cfe6d3b72f48ffc00242e725b14539558
parent66a922cd9df9e5fb6ef85f9314ca2508f00465a7 (diff)
crgolf.cpp: fix debug build validation (nw)
-rw-r--r--src/mame/drivers/crgolf.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/crgolf.cpp b/src/mame/drivers/crgolf.cpp
index 2c6a6974eae..03057b92740 100644
--- a/src/mame/drivers/crgolf.cpp
+++ b/src/mame/drivers/crgolf.cpp
@@ -510,7 +510,6 @@ static MACHINE_CONFIG_START( crgolf, crgolf_state )
MCFG_ADDRESS_MAP_BANK_ADDRBUS_WIDTH(16)
MCFG_ADDRESS_MAP_BANK_STRIDE(0x8000) /* technically 0x6000, but powers of 2 makes the memory map / address masking cleaner. */
- MCFG_SCREEN_PALETTE("palette")
MCFG_PALETTE_ADD("palette", 0x20)
MCFG_PALETTE_INIT_OWNER(crgolf_state, crgolf)