mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +03:00
fixed build
This commit is contained in:
parent
4e9be9c5c3
commit
ba3261d1ef
@ -125,25 +125,25 @@ static READ32_HANDLER( nexus3d_unk_r )
|
|||||||
return space->machine().rand() ^ (space->machine().rand() << 16);
|
return space->machine().rand() ^ (space->machine().rand() << 16);
|
||||||
}
|
}
|
||||||
|
|
||||||
static READ32_HANDLER( nexus3d_unk2_r )
|
//static READ32_HANDLER( nexus3d_unk2_r )
|
||||||
{
|
//{
|
||||||
return 0x00000000;//space->machine().rand() ^ (space->machine().rand() << 16);
|
// return 0x00000000;//space->machine().rand() ^ (space->machine().rand() << 16);
|
||||||
}
|
//}
|
||||||
|
//
|
||||||
static READ32_HANDLER( nexus3d_unk3_r )
|
//static READ32_HANDLER( nexus3d_unk3_r )
|
||||||
{
|
//{
|
||||||
return 0x00000000;//space->machine().rand() ^ (space->machine().rand() << 16);
|
// return 0x00000000;//space->machine().rand() ^ (space->machine().rand() << 16);
|
||||||
}
|
//}
|
||||||
|
//
|
||||||
static WRITE32_HANDLER( nexus3d_unk2_w )
|
//static WRITE32_HANDLER( nexus3d_unk2_w )
|
||||||
{
|
//{
|
||||||
|
//
|
||||||
}
|
//}
|
||||||
|
//
|
||||||
static WRITE32_HANDLER( nexus3d_unk3_w )
|
//static WRITE32_HANDLER( nexus3d_unk3_w )
|
||||||
{
|
//{
|
||||||
|
//
|
||||||
}
|
//}
|
||||||
|
|
||||||
static ADDRESS_MAP_START( nexus3d_map, AS_PROGRAM, 32 )
|
static ADDRESS_MAP_START( nexus3d_map, AS_PROGRAM, 32 )
|
||||||
AM_RANGE(0x00000000, 0x003fffff) AM_RAM AM_BASE_MEMBER(nexus3d_state, m_mainram)
|
AM_RANGE(0x00000000, 0x003fffff) AM_RAM AM_BASE_MEMBER(nexus3d_state, m_mainram)
|
||||||
|
Loading…
Reference in New Issue
Block a user