From 8430afa2bc10dbfa81f75642b43759810056e01a Mon Sep 17 00:00:00 2001 From: Roberto Fresca Date: Fri, 17 Jan 2025 00:17:26 +0100 Subject: Break the parent/clone relationship between both big10 games. They are very different games playing the same type of keno. --- src/mame/success/big10.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/success/big10.cpp b/src/mame/success/big10.cpp index 59c72e55c01..29b38cd76e7 100644 --- a/src/mame/success/big10.cpp +++ b/src/mame/success/big10.cpp @@ -282,4 +282,4 @@ ROM_END // YEAR NAME PARENT MACHINE INPUT STATE INIT ROT COMPANY FULLNAME FLAGS GAME( 1985, big10, 0, big10, big10, big10_state, empty_init, ROT0, "Success", "Big 10 (1985, Success)", MACHINE_SUPPORTS_SAVE ) -GAME( 1986, big10a, big10, big10, big10, big10_state, empty_init, ROT0, "System Make", "Big 10 (1986, System Make)", MACHINE_SUPPORTS_SAVE ) +GAME( 1986, big10a, 0, big10, big10, big10_state, empty_init, ROT0, "System Make", "Big 10 (1986, System Make)", MACHINE_SUPPORTS_SAVE ) -- cgit v1.2.3