diff options
| author | 2016-03-03 18:06:54 +0100 | |
|---|---|---|
| committer | 2016-03-03 18:06:54 +0100 | |
| commit | b68fef4f050eb7c4505fbf2cba2ca4fc5d838478 (patch) | |
| tree | 470576cf00b5956d6d75824365e0f9c47631e249 /src | |
| parent | cc01279d44755a89af12463e60b732dd7f2732f1 (diff) | |
Phil Stroffolino did rewrite and made driver functional, Enriques initial investigation deserves thanks-to at least (nw)
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/yiear.cpp | 6 | ||||
| -rw-r--r-- | src/mame/includes/yiear.h | 5 | ||||
| -rw-r--r-- | src/mame/video/yiear.cpp | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/src/mame/drivers/yiear.cpp b/src/mame/drivers/yiear.cpp index 18beaa4ca3e..444a644dfab 100644 --- a/src/mame/drivers/yiear.cpp +++ b/src/mame/drivers/yiear.cpp @@ -1,9 +1,9 @@ -// license:??? -// copyright-holders:Enrique Sanchez +// license:BSD-3-Clause +// copyright-holders:Phil Stroffolino +// thanks-to:Enrique Sanchez /*************************************************************************** Yie Ar Kung-Fu memory map (preliminary) - enrique.sanchez@cs.us.es CPU: Motorola 6809 diff --git a/src/mame/includes/yiear.h b/src/mame/includes/yiear.h index 1c495709603..d7af61a6429 100644 --- a/src/mame/includes/yiear.h +++ b/src/mame/includes/yiear.h @@ -1,5 +1,6 @@ -// license:??? -// copyright-holders:Enrique Sanchez +// license:BSD-3-Clause +// copyright-holders:Phil Stroffolino +// thanks-to:Enrique Sanchez #include "sound/sn76496.h" #include "sound/vlm5030.h" diff --git a/src/mame/video/yiear.cpp b/src/mame/video/yiear.cpp index 5fa3cac6f7a..c45ec809c1c 100644 --- a/src/mame/video/yiear.cpp +++ b/src/mame/video/yiear.cpp @@ -1,5 +1,6 @@ -// license:??? -// copyright-holders:Enrique Sanchez +// license:BSD-3-Clause +// copyright-holders:Phil Stroffolino +// thanks-to:Enrique Sanchez /*************************************************************************** video.c |
