Le Pendu: Changed manufacturer according to the shown in the title screen.

This commit is contained in:
Roberto Fresca 2022-04-10 16:50:20 +02:00
parent 5f8a1a39c5
commit 8e419182ed

View File

@ -3,7 +3,7 @@
/**********************************************************************************
Le Pendu.
Voyageur de L'Espace Inc.
Avenir Amusement Inc.
Very rare French/English bilingual hangman style game.
Sequel of "Le Super Pendu", with better graphics among other things...
@ -632,5 +632,5 @@ void lependu_state::init_lependu()
* Game Drivers *
*********************************************/
// YEAR NAME PARENT MACHINE INPUT STATE INIT ROT COMPANY FULLNAME FLAGS LAYOUT
GAMEL( 198?, lependu, 0, lependu, lependu, lependu_state, init_lependu, ROT0, "Voyageur de L'Espace Inc.", "Le Pendu (Bilingue, Version 04)", 0, layout_lependu )
// YEAR NAME PARENT MACHINE INPUT STATE INIT ROT COMPANY FULLNAME FLAGS LAYOUT
GAMEL( 198?, lependu, 0, lependu, lependu, lependu_state, init_lependu, ROT0, "Avenir Amusement Inc.", "Le Pendu (Bilingue, Version 04)", 0, layout_lependu )