From 62ac3d1173199c1528a822e9f41a0b7f7f8caf4c Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Thu, 27 Feb 2020 03:53:42 +1100 Subject: nes_sh6578.cpp: Use text off the device as the description, not 'Gamppad' (nw) --- src/mame/drivers/nes_sh6578.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/nes_sh6578.cpp b/src/mame/drivers/nes_sh6578.cpp index 0ed46e380c7..fc1bdb757b8 100644 --- a/src/mame/drivers/nes_sh6578.cpp +++ b/src/mame/drivers/nes_sh6578.cpp @@ -131,7 +131,7 @@ ROM_START( ablwikid ) ROM_END -CONS( 1997, bandgpad, 0, 0, nes_sh6578, nes_sh6578, nes_sh6578_state, init_nes_sh6578, "Bandai", "Gamppad (Bandai)", MACHINE_NOT_WORKING ) +CONS( 1997, bandgpad, 0, 0, nes_sh6578, nes_sh6578, nes_sh6578_state, init_nes_sh6578, "Bandai", "Multi Game Player Gamepad", MACHINE_NOT_WORKING ) // possibly newer than 2001 CONS( 2001, ts_handy11, 0, 0, nes_sh6578, nes_sh6578, nes_sh6578_state, init_nes_sh6578, "Techno Source", "Handy Boy 11-in-1 (TV Play Power)", MACHINE_NOT_WORKING ) -- cgit v1.2.3