lx810l: non-driver devices cannot have layouts, it scrambles the parent driver's video (nw)

This commit is contained in:
arbee 2016-01-31 18:03:30 -05:00
parent b3e74085fe
commit 085892d9b8

View File

@ -26,7 +26,7 @@
*/
#include "epson_lx810l.h"
extern const char layout_lx800[]; /* use layout from lx800 */
//extern const char layout_lx800[]; /* use layout from lx800 */
//#define LX810LDEBUG
#ifdef LX810LDEBUG
@ -132,7 +132,7 @@ static MACHINE_CONFIG_FRAGMENT( epson_lx810l )
MCFG_UPD7810_CO0(WRITELINE(epson_lx810l_t, co0_w))
MCFG_UPD7810_CO1(WRITELINE(epson_lx810l_t, co1_w))
MCFG_DEFAULT_LAYOUT(layout_lx800)
// MCFG_DEFAULT_LAYOUT(layout_lx800)
/* video hardware (simulates paper) */
MCFG_SCREEN_ADD("screen", RASTER)