summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/segaic16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/segaic16.h')
-rw-r--r--src/mame/machine/segaic16.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/segaic16.h b/src/mame/machine/segaic16.h
index 658ce167dee..90a64da3ff2 100644
--- a/src/mame/machine/segaic16.h
+++ b/src/mame/machine/segaic16.h
@@ -21,9 +21,9 @@ struct segaic16_memory_map_entry
const char * name; /* friendly name for debugging */
};
-void segaic16_memory_mapper_init(int cpunum, const struct segaic16_memory_map_entry *entrylist, void (*sound_w_callback)(UINT8), UINT8 (*sound_r_callback)(void));
-void segaic16_memory_mapper_reset(void);
-void segaic16_memory_mapper_config(const UINT8 *map_data);
+void segaic16_memory_mapper_init(running_machine *machine, int cpunum, const struct segaic16_memory_map_entry *entrylist, void (*sound_w_callback)(UINT8), UINT8 (*sound_r_callback)(void));
+void segaic16_memory_mapper_reset(running_machine *machine);
+void segaic16_memory_mapper_config(running_machine *machine, const UINT8 *map_data);
void segaic16_memory_mapper_set_decrypted(UINT8 *decrypted);
READ8_HANDLER( segaic16_memory_mapper_r );
WRITE8_HANDLER( segaic16_memory_mapper_w );