summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/ti99/videowrp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/ti99/videowrp.h')
-rw-r--r--src/mess/machine/ti99/videowrp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/ti99/videowrp.h b/src/mess/machine/ti99/videowrp.h
index 3b96e306c6e..2d3fb628324 100644
--- a/src/mess/machine/ti99/videowrp.h
+++ b/src/mess/machine/ti99/videowrp.h
@@ -167,7 +167,7 @@ protected:
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(_blank)) \
MCFG_SCREEN_SIZE(_x, _y) \
MCFG_SCREEN_VISIBLE_AREA(0, _x - 1, 0, _y - 1) \
- MCFG_PALETTE_LENGTH(512)
+ MCFG_PALETTE_ADD("palette", 512) \
#define MCFG_TI_SOUND_94624_ADD(_tag, _conf) \
MCFG_DEVICE_ADD(_tag, TISOUND_94624, 0) \