mirror of
https://github.com/holub/mame
synced 2025-05-19 12:18:56 +03:00
N64 fix, no whatsnew
This commit is contained in:
parent
fb1b3da543
commit
8b28a3e36f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user