diff options
Diffstat (limited to 'src/mame/drivers/tmnt.c')
-rw-r--r-- | src/mame/drivers/tmnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tmnt.c b/src/mame/drivers/tmnt.c index b0cfa0d8cb2..1e80bfc8023 100644 --- a/src/mame/drivers/tmnt.c +++ b/src/mame/drivers/tmnt.c @@ -806,7 +806,7 @@ INLINE UINT32 tmnt2_get_word( running_machine *machine, UINT32 addr ) return 0; } -static void tmnt2_put_word( const address_space *space, UINT32 addr, UINT16 data ) +static void tmnt2_put_word( address_space *space, UINT32 addr, UINT16 data ) { tmnt_state *state = space->machine->driver_data<tmnt_state>(); |