From 233c8efa3c8498f9c71ac0d214faba47140369ff Mon Sep 17 00:00:00 2001 From: Joakim Larsson Edstrom Date: Thu, 20 Jul 2017 10:14:58 +0200 Subject: [PATCH] dbox: added sda5708 matrix diplay layout, it works and displays version number on start but dbox driver hangs shortly thereafter --- src/mame/drivers/dbox.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/dbox.cpp b/src/mame/drivers/dbox.cpp index 20ce322ee43..c611b4fd984 100644 --- a/src/mame/drivers/dbox.cpp +++ b/src/mame/drivers/dbox.cpp @@ -340,6 +340,8 @@ #include "video/sda5708.h" #include "machine/latch8.h" // IP16 +#include "sda5708.lh" + //************************************************************************** // MACROS / CONSTANTS //************************************************************************** @@ -427,7 +429,7 @@ static MACHINE_CONFIG_START( dbox ) /* LED Matrix Display */ MCFG_SDA5708_ADD("display") - + MCFG_DEFAULT_LAYOUT(layout_sda5708) /* IP16 74256 8 bit latch */ MCFG_LATCH8_ADD("hct259.ip16") MCFG_LATCH8_WRITE_4(DEVWRITELINE("display", sda5708_device, reset_w))