summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wrally.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wrally.h')
-rw-r--r--src/mame/includes/wrally.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/wrally.h b/src/mame/includes/wrally.h
index 87349026e22..ad964279361 100644
--- a/src/mame/includes/wrally.h
+++ b/src/mame/includes/wrally.h
@@ -41,7 +41,7 @@ protected:
private:
uint8_t shareram_r(offs_t offset);
void shareram_w(offs_t offset, uint8_t data);
- void vram_w(address_space &space, offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
+ void vram_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
DECLARE_WRITE_LINE_MEMBER(flipscreen_w);
void okim6295_bankswitch_w(uint8_t data);
DECLARE_WRITE_LINE_MEMBER(coin1_counter_w);