summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pgmprot_igs027a_type1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pgmprot_igs027a_type1.h')
-rw-r--r--src/mame/machine/pgmprot_igs027a_type1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/pgmprot_igs027a_type1.h b/src/mame/machine/pgmprot_igs027a_type1.h
index 6eebf0b828e..6e7abe406e2 100644
--- a/src/mame/machine/pgmprot_igs027a_type1.h
+++ b/src/mame/machine/pgmprot_igs027a_type1.h
@@ -92,14 +92,14 @@ private:
void pgm_decode_kovlsqh2_samples();
void pgm_decode_kovqhsgs_program();
void pgm_decode_kovqhsgs2_program();
- DECLARE_READ16_MEMBER( arm7_type1_sim_r );
+ u16 arm7_type1_sim_r(offs_t offset);
void command_handler_ddp3(int pc);
void command_handler_puzzli2(int pc);
void command_handler_py2k2(int pc);
void command_handler_pstars(int pc);
void command_handler_kov(int pc);
void command_handler_oldsplus(int pc);
- DECLARE_WRITE16_MEMBER( arm7_type1_sim_w );
+ void arm7_type1_sim_w(offs_t offset, u16 data);
u16 arm7_type1_sim_protram_r(offs_t offset);
u16 pstars_arm7_type1_sim_protram_r(offs_t offset);
int m_simregion;