From 46be7b97e50c8803bd4d48acfe4dfcee481ba57c Mon Sep 17 00:00:00 2001 From: KanedaFr <34610339+KanedaFr@users.noreply.github.com> Date: Sat, 21 Jan 2023 17:32:29 +0100 Subject: vtech/vsmile.cpp: Use the same SYSTEM port inputs as vsmile. (#10844) --- src/mame/vtech/vsmile.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mame/vtech/vsmile.cpp b/src/mame/vtech/vsmile.cpp index c1ba242625d..80e6d650b52 100644 --- a/src/mame/vtech/vsmile.cpp +++ b/src/mame/vtech/vsmile.cpp @@ -278,8 +278,12 @@ static INPUT_PORTS_START( vsmilem ) PORT_BIT( 0xe0, 0x00, IPT_UNUSED ) PORT_START("SYSTEM") + PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_POWER_OFF ) PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_POWER_ON ) - PORT_BIT( 0xbf, 0x00, IPT_UNUSED ) + PORT_CONFNAME( 0x08, 0x08, "Restart") + PORT_CONFSETTING( 0x08, DEF_STR(Off) ) + PORT_CONFSETTING( 0x00, DEF_STR(On) ) + PORT_BIT( 0x37, 0x00, IPT_UNUSED ) INPUT_PORTS_END /************************************ -- cgit v1.2.3