summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/gba
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-21 20:20:09 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-21 20:21:45 +0200
commit2f68542eb0c060bb778f729e758777e5e01c424b (patch)
tree943d7937e3f81393343ecbb1c23f7b0a613f26d6 /src/emu/bus/gba
parent1a0a0f0d1e7855cbfcb76a7a7cd1371c6bc30161 (diff)
missed few (nw)
Diffstat (limited to 'src/emu/bus/gba')
-rw-r--r--src/emu/bus/gba/gba_slot.c2
-rw-r--r--src/emu/bus/gba/gba_slot.h2
-rw-r--r--src/emu/bus/gba/rom.c2
-rw-r--r--src/emu/bus/gba/rom.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/bus/gba/gba_slot.c b/src/emu/bus/gba/gba_slot.c
index 8f92e274820..8844acbccb5 100644
--- a/src/emu/bus/gba/gba_slot.c
+++ b/src/emu/bus/gba/gba_slot.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:R. Belmont,Ryan Holtz,etabeta
+// copyright-holders:R. Belmont,Ryan Holtz,Fabio Priuli
/***********************************************************************************************************
diff --git a/src/emu/bus/gba/gba_slot.h b/src/emu/bus/gba/gba_slot.h
index 9ca6af44db7..05181d29d4c 100644
--- a/src/emu/bus/gba/gba_slot.h
+++ b/src/emu/bus/gba/gba_slot.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:R. Belmont,Ryan Holtz,etabeta
+// copyright-holders:R. Belmont,Ryan Holtz,Fabio Priuli
#ifndef __GBA_SLOT_H
#define __GBA_SLOT_H
diff --git a/src/emu/bus/gba/rom.c b/src/emu/bus/gba/rom.c
index f90707a3626..3b7f775e7cf 100644
--- a/src/emu/bus/gba/rom.c
+++ b/src/emu/bus/gba/rom.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:R. Belmont,Ryan Holtz,etabeta
+// copyright-holders:R. Belmont,Ryan Holtz,Fabio Priuli
/***********************************************************************************************************
diff --git a/src/emu/bus/gba/rom.h b/src/emu/bus/gba/rom.h
index 659ad15c480..e008c318b7c 100644
--- a/src/emu/bus/gba/rom.h
+++ b/src/emu/bus/gba/rom.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:R. Belmont,Ryan Holtz,etabeta
+// copyright-holders:R. Belmont,Ryan Holtz,Fabio Priuli
#ifndef __GBA_ROM_H
#define __GBA_ROM_H