diff options
author | 2015-05-26 13:09:51 +0200 | |
---|---|---|
committer | 2015-05-26 13:09:51 +0200 | |
commit | 077ff462f13655a2c0189f9a2fc97957d4a98199 (patch) | |
tree | 9154d75927724dc206a72528cd926ec4c090fc3e /src | |
parent | d8cdd334b6e73c2ffa2ee68bba5540adbb8b06fa (diff) |
update for Tatsuyuki Satoh (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/emu/cpu/alph8201/8201dasm.c | 2 | ||||
-rw-r--r-- | src/emu/cpu/alph8201/alph8201.c | 2 | ||||
-rw-r--r-- | src/emu/cpu/alph8201/alph8201.h | 2 | ||||
-rw-r--r-- | src/emu/sound/vlm5030.c | 2 | ||||
-rw-r--r-- | src/emu/sound/vlm5030.h | 2 | ||||
-rw-r--r-- | src/mame/drivers/appoooh.c | 2 | ||||
-rw-r--r-- | src/mame/includes/appoooh.h | 2 | ||||
-rw-r--r-- | src/mame/video/appoooh.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/emu/cpu/alph8201/8201dasm.c b/src/emu/cpu/alph8201/8201dasm.c index 35daa120390..c22a4316ea4 100644 --- a/src/emu/cpu/alph8201/8201dasm.c +++ b/src/emu/cpu/alph8201/8201dasm.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Tatsuyuki Satoh /**************************************************************************** Alpha 8201/8301 Disassembler diff --git a/src/emu/cpu/alph8201/alph8201.c b/src/emu/cpu/alph8201/alph8201.c index 812492e595e..e575f149d34 100644 --- a/src/emu/cpu/alph8201/alph8201.c +++ b/src/emu/cpu/alph8201/alph8201.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Tatsuyuki Satoh /**************************************************************************** Alpha8201 Emulator diff --git a/src/emu/cpu/alph8201/alph8201.h b/src/emu/cpu/alph8201/alph8201.h index c2f40ac83f7..3431627a6ee 100644 --- a/src/emu/cpu/alph8201/alph8201.h +++ b/src/emu/cpu/alph8201/alph8201.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Tatsuyuki Satoh /**************************************************************************\ * Alpha8201 Emulator * diff --git a/src/emu/sound/vlm5030.c b/src/emu/sound/vlm5030.c index 88c0631544e..6a66cfab937 100644 --- a/src/emu/sound/vlm5030.c +++ b/src/emu/sound/vlm5030.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Tatsuyuki Satoh /* vlm5030.c diff --git a/src/emu/sound/vlm5030.h b/src/emu/sound/vlm5030.h index b325c88c04d..94a5b846b39 100644 --- a/src/emu/sound/vlm5030.h +++ b/src/emu/sound/vlm5030.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Tatsuyuki Satoh #pragma once diff --git a/src/mame/drivers/appoooh.c b/src/mame/drivers/appoooh.c index 252d90fb7ca..b3ab3aba401 100644 --- a/src/mame/drivers/appoooh.c +++ b/src/mame/drivers/appoooh.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Tatsuyuki Satoh /*************************************************************************** diff --git a/src/mame/includes/appoooh.h b/src/mame/includes/appoooh.h index 26e9d369324..85036346278 100644 --- a/src/mame/includes/appoooh.h +++ b/src/mame/includes/appoooh.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Tatsuyuki Satoh #include "sound/msm5205.h" diff --git a/src/mame/video/appoooh.c b/src/mame/video/appoooh.c index ec5ac952d99..eb04a7d17c4 100644 --- a/src/mame/video/appoooh.c +++ b/src/mame/video/appoooh.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Tatsuyuki Satoh /*************************************************************************** |