mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
lx810l: non-driver devices cannot have layouts, it scrambles the parent driver's video (nw)
This commit is contained in:
parent
b3e74085fe
commit
085892d9b8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user