From 360fb75b61780e3da4e5afc8a5b014c34877cab1 Mon Sep 17 00:00:00 2001 From: rfka01 Date: Mon, 18 Sep 2017 23:01:56 +0200 Subject: Added basic stub layout with drive LEDs --- src/mame/drivers/kdt6.cpp | 2 ++ src/mame/layout/kdt6.lay | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 src/mame/layout/kdt6.lay diff --git a/src/mame/drivers/kdt6.cpp b/src/mame/drivers/kdt6.cpp index 5e5622578b7..122833c944a 100644 --- a/src/mame/drivers/kdt6.cpp +++ b/src/mame/drivers/kdt6.cpp @@ -29,6 +29,7 @@ #include "screen.h" #include "speaker.h" #include "softlist.h" +#include "kdt6.lh" //************************************************************************** @@ -618,6 +619,7 @@ static MACHINE_CONFIG_START( psi98 ) MCFG_SCREEN_UPDATE_DRIVER(kdt6_state, screen_update) MCFG_PALETTE_ADD_MONOCHROME("palette") + MCFG_DEFAULT_LAYOUT(layout_kdt6) MCFG_MC6845_ADD("crtc", MC6845, "screen", XTAL_13_5168MHz / 8) MCFG_MC6845_SHOW_BORDER_AREA(false) diff --git a/src/mame/layout/kdt6.lay b/src/mame/layout/kdt6.lay new file mode 100644 index 00000000000..15cce723e13 --- /dev/null +++ b/src/mame/layout/kdt6.lay @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3