From 3aa1e36e690aa7160de6540009456235f2fbcae8 Mon Sep 17 00:00:00 2001 From: hap Date: Thu, 21 Jul 2022 10:13:56 +0200 Subject: [PATCH] desertdn: update company string --- src/mame/thepit/thepit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/thepit/thepit.cpp b/src/mame/thepit/thepit.cpp index 6548214dcfe..c7afada08e4 100644 --- a/src/mame/thepit/thepit.cpp +++ b/src/mame/thepit/thepit.cpp @@ -1457,7 +1457,7 @@ GAME( 1982, funnymou, suprmous, suprmous, suprmous, thepit_state, empty_init, GAME( 1982, machomou, 0, suprmous, suprmous, thepit_state, empty_init, ROT90, "Techstar", "Macho Mouse", MACHINE_SUPPORTS_SAVE ) -GAME( 1982, desertdn, 0, desertdn, desertdn, thepit_state, empty_init, ROT0, "Video Optics", "Desert Dan", MACHINE_SUPPORTS_SAVE ) +GAME( 1982, desertdn, 0, desertdn, desertdn, thepit_state, empty_init, ROT0, "Kawakusu (Video Optics license)", "Desert Dan", MACHINE_SUPPORTS_SAVE ) // export version of Gonta Road-Rush (gfx still contains part of "RUSH") GAME( 1983, intrepid, 0, intrepid, intrepid, thepit_state, empty_init, ROT90, "Nova Games Ltd.", "Intrepid (set 1)", MACHINE_SUPPORTS_SAVE ) GAME( 1983, intrepid2, intrepid, intrepid, intrepid, thepit_state, empty_init, ROT90, "Nova Games Ltd.", "Intrepid (set 2)", MACHINE_SUPPORTS_SAVE )