summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pcshare.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pcshare.c')
-rw-r--r--src/mame/machine/pcshare.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pcshare.c b/src/mame/machine/pcshare.c
index da3fa1d02bb..a6a58ff025b 100644
--- a/src/mame/machine/pcshare.c
+++ b/src/mame/machine/pcshare.c
@@ -503,7 +503,7 @@ void init_pc_common(UINT32 flags)
pc_page_offset_mask = 0x0F0000;
}
- pc_keyboard_timer = timer_alloc(pc_keyb_timer);
+ pc_keyboard_timer = timer_alloc(pc_keyb_timer, NULL);
}
/*