diff options
Diffstat (limited to 'src/emu/bus/vcs_ctrl/joybooster.c')
-rw-r--r-- | src/emu/bus/vcs_ctrl/joybooster.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/emu/bus/vcs_ctrl/joybooster.c b/src/emu/bus/vcs_ctrl/joybooster.c index 3dc488b8526..e1fbfec7c90 100644 --- a/src/emu/bus/vcs_ctrl/joybooster.c +++ b/src/emu/bus/vcs_ctrl/joybooster.c @@ -1,13 +1,10 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Curt Coder /********************************************************************** Atari Video Computer System digital joystick emulation with boostergrip adapter - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #include "joybooster.h" |