X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=boards%2Fghostbusters63in1.c;fp=boards%2Fghostbusters63in1.c;h=38db79f0ebfadb3ed134ba1a1722c9b3d1a785c0;hp=627f16da1d5670d12cfff5a00592045366b302f0;hb=43725da7349c85fa13e828fdbf20cc7ac8d298d6;hpb=386f5371eb984fb9c2860c83e740890a75cd45c1 diff --git a/boards/ghostbusters63in1.c b/boards/ghostbusters63in1.c index 627f16d..38db79f 100644 --- a/boards/ghostbusters63in1.c +++ b/boards/ghostbusters63in1.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 * 63in1 ghostbusters */ @@ -99,7 +99,7 @@ void BMCGhostbusters63in1_Init(CartInfo *info) CHRROMSIZE=8192; // dummy CHRROM, VRAM disable CHRROM=(uint8*)FCEU_gmalloc(CHRROMSIZE); SetupCartPRGMapping(0x10,CHRROM,CHRROMSIZE,0); - AddExState(CHRROM, CHRROMSIZE, 0, "CHRROM"); + AddExState(CHRROM, CHRROMSIZE, 0, "CROM"); GameStateRestore=StateRestore; AddExState(&StateRegs, ~0, 0, 0);