| Previous | 199869 Revisions | Next |
| r45447 Thursday 3rd March, 2016 at 16:37:53 UTC by Miodrag Milanović |
|---|
| Update license for Hau on his request (nw) |
| [src/mame/drivers] | dai3wksi.cpp galastrm.cpp metro.cpp qdrmfgp.cpp tecmo16.cpp |
| [src/mame/includes] | galastrm.h qdrmfgp.h tecmo16.h |
| [src/mame/video] | galastrm.cpp qdrmfgp.cpp tecmo16.cpp |
| r253958 | r253959 | |
|---|---|---|
| 1 | // license: | |
| 1 | // license:BSD-3-Clause | |
| 2 | 2 | // copyright-holders:Hau,Derrick Renaud |
| 3 | 3 | /* |
| 4 | 4 |
| r253958 | r253959 | |
|---|---|---|
| 1 | // license: | |
| 1 | // license:BSD-3-Clause | |
| 2 | 2 | // copyright-holders:Hau |
| 3 | 3 | /* |
| 4 | 4 |
| r253958 | r253959 | |
|---|---|---|
| 96 | 96 | - vmetal: has Sega and Taito logos in the roms ?! |
| 97 | 97 | |
| 98 | 98 | |
| 99 | driver modified by | |
| 99 | driver modified by Hau | |
| 100 | 100 | ***************************************************************************/ |
| 101 | 101 | |
| 102 | 102 | #include "emu.h" |
| r253958 | r253959 | |
|---|---|---|
| 1 | // license:??? | |
| 2 | // copyright-holders:Eisuke Watanabe | |
| 1 | // license:BSD-3-Clause | |
| 2 | // copyright-holders:Hau | |
| 3 | 3 | /*************************************************************************** |
| 4 | 4 | |
| 5 | 5 | Quiz Do Re Mi Fa Grand Prix (Japan) (GQ460) (c)1994 Konami |
| r253958 | r253959 | |
| 16 | 16 | command |
| 17 | 17 | |
| 18 | 18 | -- |
| 19 | driver by | |
| 19 | driver by Hau | |
| 20 | 20 | |
| 21 | 21 | Note: |
| 22 | 22 | GP1 HDD data contents: |
| r253958 | r253959 | |
|---|---|---|
| 1 | // license:??? | |
| 2 | // copyright-holders:Eisuke Watanabe, Nicola Salmoria | |
| 1 | // license:BSD-3-Clause | |
| 2 | // copyright-holders:Hau, Nicola Salmoria | |
| 3 | 3 | /****************************************************************************** |
| 4 | 4 | |
| 5 | 5 | Ganbare Ginkun (Japan) (c)1995 TECMO |
| r253958 | r253959 | |
| 8 | 8 | |
| 9 | 9 | |
| 10 | 10 | -- |
| 11 | driver by | |
| 11 | driver by Hau, Nicola Salmoria | |
| 12 | 12 | |
| 13 | 13 | special thanks to Nekomata, NTD & code-name'Siberia' |
| 14 | 14 |
| r253958 | r253959 | |
|---|---|---|
| 1 | // license: | |
| 1 | // license:BSD-3-Clause | |
| 2 | 2 | // copyright-holders:Hau |
| 3 | 3 | #include "machine/eepromser.h" |
| 4 | 4 |
| r253958 | r253959 | |
|---|---|---|
| 1 | // license:??? | |
| 2 | // copyright-holders:Eisuke Watanabe | |
| 1 | // license:BSD-3-Clause | |
| 2 | // copyright-holders:Hau | |
| 3 | 3 | #include "machine/ataintf.h" |
| 4 | 4 | #include "sound/k054539.h" |
| 5 | 5 | #include "machine/k053252.h" |
| r253958 | r253959 | |
|---|---|---|
| 1 | // license:??? | |
| 2 | // copyright-holders:Eisuke Watanabe, Nicola Salmoria | |
| 1 | // license:BSD-3-Clause | |
| 2 | // copyright-holders:Hau, Nicola Salmoria | |
| 3 | 3 | #include "video/tecmo_spr.h" |
| 4 | 4 | #include "video/tecmo_mix.h" |
| 5 | 5 |
| r253958 | r253959 | |
|---|---|---|
| 1 | // license: | |
| 1 | // license:BSD-3-Clause | |
| 2 | 2 | // copyright-holders:Hau |
| 3 | 3 | #include "emu.h" |
| 4 | 4 | #include "includes/galastrm.h" |
| r253958 | r253959 | |
|---|---|---|
| 1 | // license:??? | |
| 2 | // copyright-holders:Eisuke Watanabe | |
| 1 | // license:BSD-3-Clause | |
| 2 | // copyright-holders:Hau | |
| 3 | 3 | /*************************************************************************** |
| 4 | 4 | |
| 5 | 5 | video.c |
| r253958 | r253959 | |
|---|---|---|
| 1 | // license:??? | |
| 2 | // copyright-holders:Eisuke Watanabe, Nicola Salmoria | |
| 1 | // license:BSD-3-Clause | |
| 2 | // copyright-holders:Hau, Nicola Salmoria | |
| 3 | 3 | /****************************************************************************** |
| 4 | 4 | |
| 5 | 5 | Ganbare Ginkun (Japan) (c)1995 TECMO |
| https://github.com/mamedev/mame/commit/4e692234c415c131e14596cb697457220a915d92 |
| Previous | 199869 Revisions | Next |