From ba3261d1eff19160b7d218ebcd78f15a56624156 Mon Sep 17 00:00:00 2001 From: smf- Date: Mon, 23 Jan 2012 22:17:02 +0000 Subject: [PATCH] fixed build --- src/mame/drivers/nexus3d.c | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/mame/drivers/nexus3d.c b/src/mame/drivers/nexus3d.c index 0ce4dde5ed8..d7bd5a2d034 100644 --- a/src/mame/drivers/nexus3d.c +++ b/src/mame/drivers/nexus3d.c @@ -125,25 +125,25 @@ static READ32_HANDLER( nexus3d_unk_r ) return space->machine().rand() ^ (space->machine().rand() << 16); } -static READ32_HANDLER( nexus3d_unk2_r ) -{ - return 0x00000000;//space->machine().rand() ^ (space->machine().rand() << 16); -} - -static READ32_HANDLER( nexus3d_unk3_r ) -{ - return 0x00000000;//space->machine().rand() ^ (space->machine().rand() << 16); -} - -static WRITE32_HANDLER( nexus3d_unk2_w ) -{ - -} - -static WRITE32_HANDLER( nexus3d_unk3_w ) -{ - -} +//static READ32_HANDLER( nexus3d_unk2_r ) +//{ +// return 0x00000000;//space->machine().rand() ^ (space->machine().rand() << 16); +//} +// +//static READ32_HANDLER( nexus3d_unk3_r ) +//{ +// return 0x00000000;//space->machine().rand() ^ (space->machine().rand() << 16); +//} +// +//static WRITE32_HANDLER( nexus3d_unk2_w ) +//{ +// +//} +// +//static WRITE32_HANDLER( nexus3d_unk3_w ) +//{ +// +//} static ADDRESS_MAP_START( nexus3d_map, AS_PROGRAM, 32 ) AM_RANGE(0x00000000, 0x003fffff) AM_RAM AM_BASE_MEMBER(nexus3d_state, m_mainram)