diff options
author | 2015-05-21 20:19:10 +0200 | |
---|---|---|
committer | 2015-05-21 20:21:45 +0200 | |
commit | 1a0a0f0d1e7855cbfcb76a7a7cd1371c6bc30161 (patch) | |
tree | 8fc1e4798df5ad49ecaaa50a8f64c677a51fac2b /src/emu/bus/apf | |
parent | 1751b0e5bf181028a07758c287cf16f7b0fdbf11 (diff) |
unified all for Fabio (nw)
Diffstat (limited to 'src/emu/bus/apf')
-rw-r--r-- | src/emu/bus/apf/rom.c | 2 | ||||
-rw-r--r-- | src/emu/bus/apf/rom.h | 2 | ||||
-rw-r--r-- | src/emu/bus/apf/slot.c | 2 | ||||
-rw-r--r-- | src/emu/bus/apf/slot.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/bus/apf/rom.c b/src/emu/bus/apf/rom.c index c2ed5e9dd07..9eb83e4f12c 100644 --- a/src/emu/bus/apf/rom.c +++ b/src/emu/bus/apf/rom.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:etabeta +// copyright-holders:Fabio Priuli /*********************************************************************************************************** diff --git a/src/emu/bus/apf/rom.h b/src/emu/bus/apf/rom.h index 0db205afda5..7c377a0cc77 100644 --- a/src/emu/bus/apf/rom.h +++ b/src/emu/bus/apf/rom.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:etabeta +// copyright-holders:Fabio Priuli #ifndef __APF_ROM_H #define __APF_ROM_H diff --git a/src/emu/bus/apf/slot.c b/src/emu/bus/apf/slot.c index 7d4df6a9a08..832e0cead45 100644 --- a/src/emu/bus/apf/slot.c +++ b/src/emu/bus/apf/slot.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:etabeta +// copyright-holders:Fabio Priuli /*********************************************************************************************************** APF Imagination / M-1000 cart emulation diff --git a/src/emu/bus/apf/slot.h b/src/emu/bus/apf/slot.h index 53ea98be030..73853dd6bdd 100644 --- a/src/emu/bus/apf/slot.h +++ b/src/emu/bus/apf/slot.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:etabeta +// copyright-holders:Fabio Priuli #ifndef __APF_SLOT_H #define __APF_SLOT_H |