--- tme/machine/sun2/sun2-mainbus.c 2018/04/24 16:40:09 1.1.1.3 +++ tme/machine/sun2/sun2-mainbus.c 2018/04/24 16:41:35 1.1.1.4 @@ -1,4 +1,4 @@ -/* $Id: sun2-mainbus.c,v 1.1.1.3 2018/04/24 16:40:09 root Exp $ */ +/* $Id: sun2-mainbus.c,v 1.1.1.4 2018/04/24 16:41:35 root Exp $ */ /* machine/sun2/sun2-mainbus.c - implementation of Sun 2 emulation: */ @@ -34,7 +34,7 @@ */ #include -_TME_RCSID("$Id: sun2-mainbus.c,v 1.1.1.3 2018/04/24 16:40:09 root Exp $"); +_TME_RCSID("$Id: sun2-mainbus.c,v 1.1.1.4 2018/04/24 16:41:35 root Exp $"); /* includes: */ #include "sun2-impl.h" @@ -732,6 +732,9 @@ TME_ELEMENT_SUB_NEW_DECL(tme_machine_sun /* override the least lane in the z8530 socket: */ socket.tme_z8530_socket_port_least_lane = 1; /* D15-D8 */ + /* override the socket flags: */ + socket.tme_z8530_socket_flags |= TME_Z8530_SOCKET_FLAG_IEI_TIED_LOW; + /* create the z8530: */ sub_args[0] = "tme/ic/z8530"; sub_args[1] = NULL;