summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cischeat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cischeat.c')
-rw-r--r--src/mame/drivers/cischeat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cischeat.c b/src/mame/drivers/cischeat.c
index 7dea7ba8e2a..2656ff3d615 100644
--- a/src/mame/drivers/cischeat.c
+++ b/src/mame/drivers/cischeat.c
@@ -186,7 +186,7 @@ Cisco Heat.
**************************************************************************/
-static READ16_HANDLER( sharedram1_r )
+static READ16_HANDLER( sharedram1_r )
{
cischeat_state *state = space->machine->driver_data<cischeat_state>();
return state->sharedram1[offset];