summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nexus3d.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2012-04-08 14:12:02 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2012-04-08 14:12:02 +0000
commit35e09dd41cd03aff312a57959b893d3f6a028667 (patch)
tree8f3722f6d0de9c0df55b8fc84c939316460b692e /src/mame/drivers/nexus3d.c
parent8d66a9445a44da9438637aa17f3cd421564c8f5a (diff)
Clean-ups and version bumpmame0145u6
Diffstat (limited to 'src/mame/drivers/nexus3d.c')
-rw-r--r--src/mame/drivers/nexus3d.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/nexus3d.c b/src/mame/drivers/nexus3d.c
index bbd1fb3ba12..14a483e8a12 100644
--- a/src/mame/drivers/nexus3d.c
+++ b/src/mame/drivers/nexus3d.c
@@ -39,10 +39,10 @@ public:
UINT8* m_flash_region;
DECLARE_READ32_MEMBER(nexus3d_unk_r);
-// DECLARE_READ32_MEMBER(nexus3d_unk2_r);
-// DECLARE_READ32_MEMBER(nexus3d_unk3_r);
-// DECLARE_WRITE32_MEMBER(nexus3d_unk2_w);
-// DECLARE_WRITE32_MEMBER(nexus3d_unk3_w);
+// DECLARE_READ32_MEMBER(nexus3d_unk2_r);
+// DECLARE_READ32_MEMBER(nexus3d_unk3_r);
+// DECLARE_WRITE32_MEMBER(nexus3d_unk2_w);
+// DECLARE_WRITE32_MEMBER(nexus3d_unk3_w);
};