merge mappers from FCEU-mm
[fceu.git] / boards / ghostbusters63in1.c
index 627f16d..38db79f 100644 (file)
@@ -15,7 +15,7 @@
  *\r
  * You should have received a copy of the GNU General Public License\r
  * along with this program; if not, write to the Free Software\r
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\r
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
  * 63in1 ghostbusters\r
  */\r
 \r
@@ -99,7 +99,7 @@ void BMCGhostbusters63in1_Init(CartInfo *info)
   CHRROMSIZE=8192; // dummy CHRROM, VRAM disable\r
   CHRROM=(uint8*)FCEU_gmalloc(CHRROMSIZE);\r
   SetupCartPRGMapping(0x10,CHRROM,CHRROMSIZE,0);\r
-  AddExState(CHRROM, CHRROMSIZE, 0, "CHRROM");\r
+  AddExState(CHRROM, CHRROMSIZE, 0, "CROM");\r
 \r
   GameStateRestore=StateRestore;\r
   AddExState(&StateRegs, ~0, 0, 0);\r