diff options
Diffstat (limited to 'src/emu/bus/nes_ctrl/joypad.c')
-rw-r--r-- | src/emu/bus/nes_ctrl/joypad.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/emu/bus/nes_ctrl/joypad.c b/src/emu/bus/nes_ctrl/joypad.c index 8c83d104bb5..c6642c8f8e5 100644 --- a/src/emu/bus/nes_ctrl/joypad.c +++ b/src/emu/bus/nes_ctrl/joypad.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:etabeta /********************************************************************** Nintendo Family Computer & Entertainment System Joypads @@ -25,9 +25,6 @@ game (an image of such connection is shown e.g. in Nekketsu Koukou Dodgeball Bu manual) - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #include "joypad.h" |