dbox: added sda5708 matrix diplay layout, it works and displays version number on start but dbox driver hangs shortly thereafter

This commit is contained in:
Joakim Larsson Edstrom 2017-07-20 10:14:58 +02:00
parent 45e6a9ec06
commit 233c8efa3c

View File

@ -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))