summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sage2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sage2.h')
-rw-r--r--src/mame/includes/sage2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/sage2.h b/src/mame/includes/sage2.h
index fe6d1a54e98..86696d48d79 100644
--- a/src/mame/includes/sage2.h
+++ b/src/mame/includes/sage2.h
@@ -55,7 +55,7 @@ public:
private:
void update_fdc_int();
- DECLARE_READ16_MEMBER(rom_r);
+ uint16_t rom_r(offs_t offset);
DECLARE_WRITE_LINE_MEMBER( br1_w );
DECLARE_WRITE_LINE_MEMBER( br2_w );
void ppi0_pc_w(uint8_t data);