diff options
author | 2015-05-07 10:45:57 +0200 | |
---|---|---|
committer | 2015-05-07 10:45:57 +0200 | |
commit | 6d902a08bdba8dfa08a2ad9298e7eab604df2dc0 (patch) | |
tree | 01f9c551aea1239d727bd685ef488aa6fdf75db1 /src/emu/bus/psx | |
parent | 9089ec243a7117bc6e487ecea8097f4b1979ff34 (diff) |
Added dummy license headers for EMU section (nw)
Diffstat (limited to 'src/emu/bus/psx')
-rw-r--r-- | src/emu/bus/psx/analogue.c | 2 | ||||
-rw-r--r-- | src/emu/bus/psx/analogue.h | 2 | ||||
-rw-r--r-- | src/emu/bus/psx/ctlrport.c | 2 | ||||
-rw-r--r-- | src/emu/bus/psx/ctlrport.h | 2 | ||||
-rw-r--r-- | src/emu/bus/psx/memcard.c | 2 | ||||
-rw-r--r-- | src/emu/bus/psx/memcard.h | 2 | ||||
-rw-r--r-- | src/emu/bus/psx/multitap.c | 2 | ||||
-rw-r--r-- | src/emu/bus/psx/multitap.h | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/src/emu/bus/psx/analogue.c b/src/emu/bus/psx/analogue.c index e050d7643f0..9cb1944429a 100644 --- a/src/emu/bus/psx/analogue.c +++ b/src/emu/bus/psx/analogue.c @@ -1,3 +1,5 @@ +// license:??? +// copyright-holders:??? #include "analogue.h" const device_type PSX_ANALOG_JOYSTICK = &device_creator<psx_analog_joystick_device>; diff --git a/src/emu/bus/psx/analogue.h b/src/emu/bus/psx/analogue.h index 4b73d7cffc5..790ef423688 100644 --- a/src/emu/bus/psx/analogue.h +++ b/src/emu/bus/psx/analogue.h @@ -1,3 +1,5 @@ +// license:??? +// copyright-holders:??? #ifndef PSXANALOG_H_ #define PSXANALOG_H_ diff --git a/src/emu/bus/psx/ctlrport.c b/src/emu/bus/psx/ctlrport.c index 46b2ab51de1..7b38b7ad9e0 100644 --- a/src/emu/bus/psx/ctlrport.c +++ b/src/emu/bus/psx/ctlrport.c @@ -1,3 +1,5 @@ +// license:??? +// copyright-holders:??? /* PAD emulation */ #include "ctlrport.h" diff --git a/src/emu/bus/psx/ctlrport.h b/src/emu/bus/psx/ctlrport.h index 2e73bcc52ac..4a74c6766d6 100644 --- a/src/emu/bus/psx/ctlrport.h +++ b/src/emu/bus/psx/ctlrport.h @@ -1,3 +1,5 @@ +// license:??? +// copyright-holders:??? #pragma once #ifndef __PSXCPORT_H__ diff --git a/src/emu/bus/psx/memcard.c b/src/emu/bus/psx/memcard.c index 6db61c85740..a0784dfe9cf 100644 --- a/src/emu/bus/psx/memcard.c +++ b/src/emu/bus/psx/memcard.c @@ -1,3 +1,5 @@ +// license:??? +// copyright-holders:??? /* psxcard.c - Sony PlayStation memory card device diff --git a/src/emu/bus/psx/memcard.h b/src/emu/bus/psx/memcard.h index 49e8236fbc7..a14b8b725ca 100644 --- a/src/emu/bus/psx/memcard.h +++ b/src/emu/bus/psx/memcard.h @@ -1,3 +1,5 @@ +// license:??? +// copyright-holders:??? #pragma once #ifndef _PSXCARD_ diff --git a/src/emu/bus/psx/multitap.c b/src/emu/bus/psx/multitap.c index 01028aea727..5f03a0f754a 100644 --- a/src/emu/bus/psx/multitap.c +++ b/src/emu/bus/psx/multitap.c @@ -1,3 +1,5 @@ +// license:??? +// copyright-holders:??? // psx multitap emulation #include "multitap.h" diff --git a/src/emu/bus/psx/multitap.h b/src/emu/bus/psx/multitap.h index bfbcac17a04..ed36f45cbfa 100644 --- a/src/emu/bus/psx/multitap.h +++ b/src/emu/bus/psx/multitap.h @@ -1,3 +1,5 @@ +// license:??? +// copyright-holders:??? #ifndef PSXMULTITAP_H_ #define PSXMULTITAP_H_ |