From 71cf2a5e8a9ceccfa13c94f010054c175a67b496 Mon Sep 17 00:00:00 2001 From: hap Date: Sat, 6 Apr 2019 23:17:22 +0200 Subject: make upyoural al clone of alleymas (nw) --- src/mame/drivers/leland.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/leland.cpp b/src/mame/drivers/leland.cpp index 0abf9972609..b63d7a0fcd6 100644 --- a/src/mame/drivers/leland.cpp +++ b/src/mame/drivers/leland.cpp @@ -3353,7 +3353,7 @@ GAME( 1985, powrplay, 0, leland, mayhem, leland_state, init_powrp GAME( 1985, wseries, 0, leland, wseries, leland_state, init_wseries, ROT0, "Cinematronics", "World Series: The Season (rev 1)", 0 ) GAME( 1985, wseries0, wseries, leland, wseries, leland_state, init_wseries, ROT0, "Cinematronics", "World Series: The Season (rev 0)", 0 ) GAME( 1986, alleymas, 0, leland, alleymas, leland_state, init_alleymas, ROT270, "Cinematronics", "Alley Master", 0 ) -GAME( 1987, upyoural, 0, leland, upyoural, leland_state, init_upyoural, ROT270, "Cinematronics", "Up Your Alley", 0 ) +GAME( 1986, upyoural, alleymas, leland, upyoural, leland_state, init_upyoural, ROT270, "Cinematronics", "Up Your Alley", 0 ) // prototype of Alley Master? /* odd master banks, small slave banks */ GAME( 1986, dangerz, 0, leland, dangerz, leland_state, init_dangerz, ROT0, "Cinematronics", "Danger Zone", 0 ) -- cgit v1.2.3