summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/n64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/n64.h')
-rw-r--r--src/mame/video/n64.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/n64.h b/src/mame/video/n64.h
index bbfe7825df5..08cf1597034 100644
--- a/src/mame/video/n64.h
+++ b/src/mame/video/n64.h
@@ -331,8 +331,8 @@ private:
compute_cvg_t m_compute_cvg[2];
running_machine* m_machine;
- UINT32* m_rdram;
- UINT32* m_dmem;
+ UINT32* m_rdram;
+ UINT32* m_dmem;
combine_modes_t m_combine;
bool m_pending_mode_block;