diff --git a/src/mame/drivers/flower.c b/src/mame/drivers/flower.c index d604c47ae2f..6de7b2727e9 100644 --- a/src/mame/drivers/flower.c +++ b/src/mame/drivers/flower.c @@ -1,6 +1,6 @@ /* -Flower (c)1986 Komax +Flower (c)1986 Komax (USA license) (c)1986 Sega/Alpha (Sega game number 834-5998) - Driver by InsideOutBoy @@ -321,9 +321,9 @@ ROM_START( flower ) /* Komax version */ ROM_LOAD( "82s129.a1", 0x0420, 0x0100, CRC(c8dad3fc) SHA1(8e852efac70223d02e45b20ed8a12e38c5010a78) ) ROM_END -ROM_START( flowers ) /* Sega/Alpha version. Sega game number 834-5998 */ +ROM_START( flowerj ) /* Sega/Alpha version. Sega game number 834-5998 */ ROM_REGION( 0x10000, "maincpu", 0 ) /* main cpu */ - ROM_LOAD( "1", 0x0000, 0x8000, CRC(63a2ef04) SHA1(0770f5a18d58b780abcda7e000c2a5e46f96d319) ) + ROM_LOAD( "1", 0x0000, 0x8000, CRC(63a2ef04) SHA1(0770f5a18d58b780abcda7e000c2a5e46f96d319) ) // hacked? "AKINA.N" changed to "JUKYUNG" ROM_REGION( 0x10000, "sub", 0 ) /* sub cpu */ ROM_LOAD( "2.5f", 0x0000, 0x8000, CRC(7c7ee2d8) SHA1(1e67bfe0f3585be5a6e6719ccf9db764bafbcb01) ) @@ -365,5 +365,5 @@ ROM_START( flowers ) /* Sega/Alpha version. Sega game number 834-5998 */ ROM_END -GAME( 1986, flower, 0, flower, flower, 0, ROT0, "Komax", "Flower (Komax)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) -GAME( 1986, flowers, flower, flower, flower, 0, ROT0, "Sega / Alpha", "Flower (Sega / Alpha)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE) +GAME( 1986, flower, 0, flower, flower, 0, ROT0, "Sega / Alpha Denshi Co. (Komax license)", "Flower (US)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) +GAME( 1986, flowerj, flower, flower, flower, 0, ROT0, "Sega / Alpha Denshi Co.", "Flower (Japan)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE) diff --git a/src/mame/mamedriv.c b/src/mame/mamedriv.c index 7381a47a558..62b65475dd8 100644 --- a/src/mame/mamedriv.c +++ b/src/mame/mamedriv.c @@ -3818,6 +3818,8 @@ DokiDoki Penguin Land *not confirmed DRIVER( suprlocoa ) /* (c) 1982 Sega */ DRIVER( dotrikun ) /* cabinet test board */ DRIVER( dotrikun2 ) /* cabinet test board */ + DRIVER( flower ) /* (c) 1986 Komax license */ + DRIVER( flowerj ) /* 834-5998 (c) 1986 Sega / Alpha */ DRIVER( spcpostn ) /* (c) 1986 Sega / Nasco" */ DRIVER( angelkds ) /* 833-6599 (c) 1988 Sega / Nasco? */ DRIVER( calorie ) /* (c) 1986 Sega */ @@ -8924,8 +8926,6 @@ Other Sun games DRIVER( fitfight ) /* bootleg of Art of Fighting */ DRIVER( histryma ) /* bootleg of Fighter's History */ DRIVER( bbprot ) /* unfinished prototype */ - DRIVER( flower ) /* (c) 1986 Komax */ - DRIVER( flowers ) /* (c) 1986 Sega/Alpha */ DRIVER( beaminv ) /* (c) 1979 Tekunon Kougyou (Arcade TV Game List - P.95, Left, 9 from top) */ DRIVER( beaminva ) /* (c) 1979 Tekunon Kougyou (Arcade TV Game List - P.95, Left, 9 from top) */ DRIVER( mcatadv ) /* (c) 1993 Wintechno */