summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/smc91c9x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/smc91c9x.h')
-rw-r--r--src/emu/machine/smc91c9x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/smc91c9x.h b/src/emu/machine/smc91c9x.h
index 2cef861294c..6abc6c001a5 100644
--- a/src/emu/machine/smc91c9x.h
+++ b/src/emu/machine/smc91c9x.h
@@ -14,7 +14,7 @@ struct smc91c9x_interface
void (*irq_handler)(int state);
};
-void smc91c94_init(struct smc91c9x_interface *config);
+void smc91c94_init(const struct smc91c9x_interface *config);
void smc91c94_reset(void);
READ16_HANDLER( smc91c94_r );
WRITE16_HANDLER( smc91c94_w );