summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vsmile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vsmile.h')
-rw-r--r--src/mame/includes/vsmile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/vsmile.h b/src/mame/includes/vsmile.h
index 62628efcbf8..f1a6ff0c253 100644
--- a/src/mame/includes/vsmile.h
+++ b/src/mame/includes/vsmile.h
@@ -52,7 +52,7 @@ protected:
void chip_sel_w(uint8_t data);
- DECLARE_READ16_MEMBER(bank3_r);
+ uint16_t bank3_r(offs_t offset);
required_device<spg2xx_device> m_maincpu;
required_device<screen_device> m_screen;