summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gaelco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gaelco.h')
-rw-r--r--src/mame/includes/gaelco.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/gaelco.h b/src/mame/includes/gaelco.h
index 44c5c43b270..9dc3c9208de 100644
--- a/src/mame/includes/gaelco.h
+++ b/src/mame/includes/gaelco.h
@@ -57,10 +57,10 @@ private:
DECLARE_WRITE_LINE_MEMBER(coin1_counter_w);
DECLARE_WRITE_LINE_MEMBER(coin2_counter_w);
void oki_bankswitch_w(uint8_t data);
- void vram_encrypted_w(address_space &space, offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
- void encrypted_w(address_space &space, offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
- void thoop_vram_encrypted_w(address_space &space, offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
- void thoop_encrypted_w(address_space &space, offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
+ void vram_encrypted_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
+ void encrypted_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
+ void thoop_vram_encrypted_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
+ void thoop_encrypted_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
void vram_w(offs_t offset, u16 data, u16 mem_mask);
template<int Layer> TILE_GET_INFO_MEMBER(get_tile_info);