X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=boards%2Fkaraoke.c;h=fe1c5421e0d7cf993d86ca5a731332235a7a54b3;hp=dfb4cc8492efe1fad12bd2da9d15475f3039b144;hb=43725da7349c85fa13e828fdbf20cc7ac8d298d6;hpb=386f5371eb984fb9c2860c83e740890a75cd45c1 diff --git a/boards/karaoke.c b/boards/karaoke.c index dfb4cc8..fe1c542 100644 --- a/boards/karaoke.c +++ b/boards/karaoke.c @@ -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"); }