summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/binbug.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-03-14 14:39:34 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-03-14 14:39:34 +0000
commitb5a348c7c1a37b55dc9bb2c57da9120dcb29cd15 (patch)
tree8cbf4677543966e90688ac82c01da72f745aa14d /src/mess/drivers/binbug.c
parent1c837826c7ab6f7a84c5ca358aca9aff9cca2b62 (diff)
Made palette settings for screen explicit and mandatory for ind16 mode (nw)
Diffstat (limited to 'src/mess/drivers/binbug.c')
-rw-r--r--src/mess/drivers/binbug.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mess/drivers/binbug.c b/src/mess/drivers/binbug.c
index 5a6ace253ad..630ca705b6b 100644
--- a/src/mess/drivers/binbug.c
+++ b/src/mess/drivers/binbug.c
@@ -310,6 +310,8 @@ static MACHINE_CONFIG_START( binbug, binbug_state )
MCFG_SCREEN_UPDATE_DRIVER(binbug_state, screen_update)
MCFG_SCREEN_SIZE(512, 256)
MCFG_SCREEN_VISIBLE_AREA(0, 511, 0, 255)
+ MCFG_SCREEN_PALETTE("palette")
+
MCFG_GFXDECODE_ADD("gfxdecode", dg640)
MCFG_PALETTE_ADD_MONOCHROME_AMBER("palette")
@@ -568,6 +570,8 @@ static MACHINE_CONFIG_START( dg680, dg680_state )
MCFG_SCREEN_UPDATE_DRIVER(binbug_state, screen_update)
MCFG_SCREEN_SIZE(512, 256)
MCFG_SCREEN_VISIBLE_AREA(0, 511, 0, 255)
+ MCFG_SCREEN_PALETTE("palette")
+
MCFG_GFXDECODE_ADD("gfxdecode", dg640)
MCFG_PALETTE_ADD_MONOCHROME_AMBER("palette")