summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hng64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hng64.h')
-rw-r--r--src/mame/includes/hng64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/hng64.h b/src/mame/includes/hng64.h
index c427550a139..24aa0356fc1 100644
--- a/src/mame/includes/hng64.h
+++ b/src/mame/includes/hng64.h
@@ -326,7 +326,7 @@ private:
float m_lightStrength;
float m_lightVector[3];
- uint32_t hng64_com_r(offs_t offset);
+ uint32_t hng64_com_r(offs_t offset, uint32_t mem_mask = ~0);
void hng64_com_w(offs_t offset, uint32_t data, uint32_t mem_mask = ~0);
void hng64_com_share_w(offs_t offset, uint8_t data);
uint8_t hng64_com_share_r(offs_t offset);