summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2015-05-25 22:14:54 +1000
committer Vas Crabb <vas@vastheman.com>2015-05-25 22:15:34 +1000
commit4e47a1062dc6a4b418959df8f637754abf5ff356 (patch)
treed4fc95f3a629909851997ba8208ede9a7d13eb6b
parent8894c493eba79506c674d685751e6ac30ca6fb1e (diff)
I did non-trivial work on these
-rw-r--r--src/mame/drivers/goldstar.c2
-rw-r--r--src/mame/includes/goldstar.h2
-rw-r--r--src/mame/video/goldstar.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/goldstar.c b/src/mame/drivers/goldstar.c
index 9c93bbbb93f..45a6492a064 100644
--- a/src/mame/drivers/goldstar.c
+++ b/src/mame/drivers/goldstar.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:David Haywood, Roberto Fresca
+// copyright-holders:David Haywood, Roberto Fresca, Vas Crabb
/***************************************************************************
Golden Star
diff --git a/src/mame/includes/goldstar.h b/src/mame/includes/goldstar.h
index be89c7791a4..a15241c3df3 100644
--- a/src/mame/includes/goldstar.h
+++ b/src/mame/includes/goldstar.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:David Haywood, Roberto Fresca
+// copyright-holders:David Haywood, Roberto Fresca, Vas Crabb
#include "emu.h"
#include "machine/ticket.h"
diff --git a/src/mame/video/goldstar.c b/src/mame/video/goldstar.c
index 3cfdf5f7960..c03a2df9397 100644
--- a/src/mame/video/goldstar.c
+++ b/src/mame/video/goldstar.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:David Haywood, Roberto Fresca
+// copyright-holders:David Haywood, Roberto Fresca, Vas Crabb
/***************************************************************************
video.c