merge mappers from FCEU-mm
[fceu.git] / boards / karaoke.c
index dfb4cc8..fe1c542 100644 (file)
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 #include "mapinc.h"
@@ -67,5 +67,5 @@ void Mapper188_Init(CartInfo *info)
 {
   info->Power=Power;
   GameStateRestore=StateRestore;
-  AddExState(&latche, 1, 0, "LATCH");
+  AddExState(&latche, 1, 0, "LATC");
 }