summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcofl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/namcofl.h')
-rw-r--r--src/mame/includes/namcofl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/namcofl.h b/src/mame/includes/namcofl.h
index 7b46f302754..cfeea4e9563 100644
--- a/src/mame/includes/namcofl.h
+++ b/src/mame/includes/namcofl.h
@@ -74,7 +74,7 @@ private:
}
uint32_t unk1_r();
- uint32_t network_r();
+ uint8_t network_r(offs_t offset);
uint32_t sysreg_r();
void sysreg_w(offs_t offset, uint32_t data, uint32_t mem_mask = ~0);
void c116_w(offs_t offset, uint8_t data);