summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nexus3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nexus3d.c')
-rw-r--r--src/mame/drivers/nexus3d.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/nexus3d.c b/src/mame/drivers/nexus3d.c
index dd6e66eac84..f7316cf9e52 100644
--- a/src/mame/drivers/nexus3d.c
+++ b/src/mame/drivers/nexus3d.c
@@ -73,7 +73,6 @@ void nexus3d_flash_reset(running_machine& machine)
READ8_MEMBER(nexus3d_state::n3d_flash_r)
{
-
if (m_last_flash_cmd==0x70) return 0xe0;
if (m_last_flash_cmd==0x00)
@@ -181,7 +180,6 @@ INPUT_PORTS_END
void nexus3d_state::video_start()
{
-
}
UINT32 nexus3d_state::screen_update_nexus3d(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)