mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
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:
parent
45e6a9ec06
commit
233c8efa3c
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user