N64 fix, no whatsnew

This commit is contained in:
Ryan Holtz 2011-01-01 20:39:30 +00:00
parent fb1b3da543
commit 8b28a3e36f

View File

@ -2030,8 +2030,7 @@ MACHINE_START( n64 )
MACHINE_RESET( n64 )
{
int i;
//UINT32 *pif_rom = (UINT32*)machine->region("user1");
UINT32 *cart = (UINT32*)machine->region("user2");
UINT32 *cart = (UINT32*)machine->region("user2")->base();
UINT64 boot_checksum;
mi_version = 0;