summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/hbmame/drivers/neogeohb.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hbmame/drivers/neogeohb.cpp b/src/hbmame/drivers/neogeohb.cpp
index 0c7506f987d..f076602a566 100644
--- a/src/hbmame/drivers/neogeohb.cpp
+++ b/src/hbmame/drivers/neogeohb.cpp
@@ -229,7 +229,7 @@ NUM GAME YEAR COMPANY TITLE
494 0539 2020 Totologic Bonus Stage
495 1234 2020 OzzyOuzo New! Super Mario Bros
496 1234 2020 OzzyOuzo Neo Black Tiger
-497 0993 ???? ??????? Cabal (Neo-Geo port)
+497 0993 2021 iq132 Cabal (Neo-Geo port)
@@ -2550,7 +2550,7 @@ ROM_END
// 497: Cabal
// Bugs: A few minor graphics issues
-// Unable to locate any information of who did this port or when, or where it originated.
+// Seems this was done by iq132? not sure, but we'll go with that for now
ROM_START( cabalng )
ROM_REGION( 0x100000, "maincpu", 0 )
ROM_LOAD16_WORD_SWAP( "497.p1", 0x000000, 0x100000, CRC(49232965) SHA1(f13352d5b853ea832eb751da508c7878fb149c20) )
@@ -2681,7 +2681,7 @@ GAME( 2017, badapple, neogeo, neogeo_noslot, neogeo, neogeo_state, init
GAME( 2017, badapplea, badapple, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "BEY", "Bad Apple demo (v2)", MACHINE_SUPPORTS_SAVE )
GAME( 2017, badappleb, badapple, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "HP Man", "Bad Apple demo (Giga Power Edition)", MACHINE_SUPPORTS_SAVE )
GAME( 2002, beast, neogeo, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Jeff Kurtz", "Shadow of the Beast (Neo Geo Demo)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE )
-GAME( 2021, cabalng, neogeo, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "hack", "Cabal (Neo-Geo port)", MACHINE_SUPPORTS_SAVE )
+GAME( 2021, cabalng, neogeo, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "iq132", "Cabal (Neo-Geo port)", MACHINE_SUPPORTS_SAVE )
GAME( 2019, caravan, neogeo, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Fullset", "Project Neon Caravan Edition (Prealpha 0.4.19)", MACHINE_SUPPORTS_SAVE )
GAME( 2006, cnbe, neogeo, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Blastar", "Codename: Blut Engel (2006-01-19)(Homebrew)", MACHINE_SUPPORTS_SAVE )
GAME( 2018, cnbe2018, cnbe, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Blastar", "Codename: Blut Engel (2018-09-05)(Homebrew)", MACHINE_SUPPORTS_SAVE )