diff --git a/src/devices/video/EmuNV2A_DEBUG.cpp b/src/devices/video/EmuNV2A_DEBUG.cpp index d7a8053b6..5dac1bc48 100644 --- a/src/devices/video/EmuNV2A_DEBUG.cpp +++ b/src/devices/video/EmuNV2A_DEBUG.cpp @@ -28,12 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/tree/master/hw/xbox/nv2a/nv2a_debug.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // * diff --git a/src/devices/video/EmuNV2A_PBUS.cpp b/src/devices/video/EmuNV2A_PBUS.cpp index dac79600f..323be6ec9 100644 --- a/src/devices/video/EmuNV2A_PBUS.cpp +++ b/src/devices/video/EmuNV2A_PBUS.cpp @@ -28,12 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/tree/master/hw/xbox/nv2a/nv2a_pbus.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // * diff --git a/src/devices/video/EmuNV2A_PCOUNTER.cpp b/src/devices/video/EmuNV2A_PCOUNTER.cpp index 7b0014980..7e493e45d 100644 --- a/src/devices/video/EmuNV2A_PCOUNTER.cpp +++ b/src/devices/video/EmuNV2A_PCOUNTER.cpp @@ -28,12 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/blob/master/hw/xbox/nv2a/nv2a_stubs.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // * diff --git a/src/devices/video/EmuNV2A_PCRTC.cpp b/src/devices/video/EmuNV2A_PCRTC.cpp index eb57ba9f3..cbf9df07f 100644 --- a/src/devices/video/EmuNV2A_PCRTC.cpp +++ b/src/devices/video/EmuNV2A_PCRTC.cpp @@ -28,12 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/tree/master/hw/xbox/nv2a/nv2a_pcrtc.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // * diff --git a/src/devices/video/EmuNV2A_PFB.cpp b/src/devices/video/EmuNV2A_PFB.cpp index 75dc2ea30..ebb56e3bd 100644 --- a/src/devices/video/EmuNV2A_PFB.cpp +++ b/src/devices/video/EmuNV2A_PFB.cpp @@ -28,12 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/blob/master/hw/xbox/nv2a/nv2a_pfb.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // * diff --git a/src/devices/video/EmuNV2A_PFIFO.cpp b/src/devices/video/EmuNV2A_PFIFO.cpp index 6c8fad87b..2ce86bb79 100644 --- a/src/devices/video/EmuNV2A_PFIFO.cpp +++ b/src/devices/video/EmuNV2A_PFIFO.cpp @@ -28,12 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/blob/master/hw/xbox/nv2a/nv2a_pfifo.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // * diff --git a/src/devices/video/EmuNV2A_PGRAPH.cpp b/src/devices/video/EmuNV2A_PGRAPH.cpp index f387a64de..df672d57e 100644 --- a/src/devices/video/EmuNV2A_PGRAPH.cpp +++ b/src/devices/video/EmuNV2A_PGRAPH.cpp @@ -28,13 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * Copyright(c) 2018 Matt Borgerson -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/blob/master/hw/xbox/nv2a/nv2a_pgraph.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // * diff --git a/src/devices/video/EmuNV2A_PMC.cpp b/src/devices/video/EmuNV2A_PMC.cpp index e9a11d6b7..7ce9d2078 100644 --- a/src/devices/video/EmuNV2A_PMC.cpp +++ b/src/devices/video/EmuNV2A_PMC.cpp @@ -28,12 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/blob/master/hw/xbox/nv2a/nv2a_pmc.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // * diff --git a/src/devices/video/EmuNV2A_PRAMDAC.cpp b/src/devices/video/EmuNV2A_PRAMDAC.cpp index 217fbcbb4..89f5c382b 100644 --- a/src/devices/video/EmuNV2A_PRAMDAC.cpp +++ b/src/devices/video/EmuNV2A_PRAMDAC.cpp @@ -28,12 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/blob/master/hw/xbox/nv2a/nv2a_pramdac.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // * diff --git a/src/devices/video/EmuNV2A_PRAMIN.cpp b/src/devices/video/EmuNV2A_PRAMIN.cpp index c00766f5f..265b5d6e4 100644 --- a/src/devices/video/EmuNV2A_PRAMIN.cpp +++ b/src/devices/video/EmuNV2A_PRAMIN.cpp @@ -28,12 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/blob/master/hw/xbox/nv2a/nv2a_stubs.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // * diff --git a/src/devices/video/EmuNV2A_PRMA.cpp b/src/devices/video/EmuNV2A_PRMA.cpp index b57701778..58e0a4242 100644 --- a/src/devices/video/EmuNV2A_PRMA.cpp +++ b/src/devices/video/EmuNV2A_PRMA.cpp @@ -28,12 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/blob/master/hw/xbox/nv2a/nv2a_stubs.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // * diff --git a/src/devices/video/EmuNV2A_PRMCIO.cpp b/src/devices/video/EmuNV2A_PRMCIO.cpp index efc6a1f91..69c9ab99d 100644 --- a/src/devices/video/EmuNV2A_PRMCIO.cpp +++ b/src/devices/video/EmuNV2A_PRMCIO.cpp @@ -28,12 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/blob/master/hw/xbox/nv2a/nv2a_prmcio.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // * diff --git a/src/devices/video/EmuNV2A_PRMDIO.cpp b/src/devices/video/EmuNV2A_PRMDIO.cpp index 6432d42b0..13472f719 100644 --- a/src/devices/video/EmuNV2A_PRMDIO.cpp +++ b/src/devices/video/EmuNV2A_PRMDIO.cpp @@ -28,12 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/blob/master/hw/xbox/nv2a/nv2a_stubs.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // * diff --git a/src/devices/video/EmuNV2A_PRMFB.cpp b/src/devices/video/EmuNV2A_PRMFB.cpp index af125829f..65ed63614 100644 --- a/src/devices/video/EmuNV2A_PRMFB.cpp +++ b/src/devices/video/EmuNV2A_PRMFB.cpp @@ -28,12 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/blob/master/hw/xbox/nv2a/nv2a_stubs.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // * diff --git a/src/devices/video/EmuNV2A_PRMVIO.cpp b/src/devices/video/EmuNV2A_PRMVIO.cpp index cd49cce9d..67aa1bc9a 100644 --- a/src/devices/video/EmuNV2A_PRMVIO.cpp +++ b/src/devices/video/EmuNV2A_PRMVIO.cpp @@ -28,12 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/blob/master/hw/xbox/nv2a/nv2a_prmvio.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // * diff --git a/src/devices/video/EmuNV2A_PSTRAPS.cpp b/src/devices/video/EmuNV2A_PSTRAPS.cpp index 802a17a50..ded464e01 100644 --- a/src/devices/video/EmuNV2A_PSTRAPS.cpp +++ b/src/devices/video/EmuNV2A_PSTRAPS.cpp @@ -28,12 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/blob/master/hw/xbox/nv2a/nv2a_stubs.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // * diff --git a/src/devices/video/EmuNV2A_PTIMER.cpp b/src/devices/video/EmuNV2A_PTIMER.cpp index 0f24b37c5..508e7efab 100644 --- a/src/devices/video/EmuNV2A_PTIMER.cpp +++ b/src/devices/video/EmuNV2A_PTIMER.cpp @@ -28,12 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/blob/master/hw/xbox/nv2a/nv2a_ptimer.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // * diff --git a/src/devices/video/EmuNV2A_PTV.cpp b/src/devices/video/EmuNV2A_PTV.cpp index 7c7b56a2f..bf3f25bce 100644 --- a/src/devices/video/EmuNV2A_PTV.cpp +++ b/src/devices/video/EmuNV2A_PTV.cpp @@ -28,12 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/blob/master/hw/xbox/nv2a/nv2a_stubs.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // * diff --git a/src/devices/video/EmuNV2A_PVIDEO.cpp b/src/devices/video/EmuNV2A_PVIDEO.cpp index b593d137a..3a6e2cdee 100644 --- a/src/devices/video/EmuNV2A_PVIDEO.cpp +++ b/src/devices/video/EmuNV2A_PVIDEO.cpp @@ -28,12 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/blob/master/hw/xbox/nv2a/nv2a_pvideo.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // * diff --git a/src/devices/video/EmuNV2A_PVPE.cpp b/src/devices/video/EmuNV2A_PVPE.cpp index 09a1f62e2..9cb762e0b 100644 --- a/src/devices/video/EmuNV2A_PVPE.cpp +++ b/src/devices/video/EmuNV2A_PVPE.cpp @@ -28,12 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/blob/master/hw/xbox/nv2a/nv2a_stubs.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // * diff --git a/src/devices/video/EmuNV2A_USER.cpp b/src/devices/video/EmuNV2A_USER.cpp index 422827498..8997524b2 100644 --- a/src/devices/video/EmuNV2A_USER.cpp +++ b/src/devices/video/EmuNV2A_USER.cpp @@ -28,12 +28,15 @@ // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * -// * nv2a.cpp is heavily based on code from XQEMU -// * Copyright(c) 2012 espes -// * Copyright(c) 2015 Jannik Vogel -// * https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c -// * (c) 2017-2018 Luke Usher -// * (c) 2018 Patrick van Logchem +// * This file is heavily based on code from XQEMU +// * https://github.com/xqemu/xqemu/blob/master/hw/xbox/nv2a/nv2a_user.c +// * Copyright (c) 2012 espes +// * Copyright (c) 2015 Jannik Vogel +// * Copyright (c) 2018 Matt Borgerson +// * +// * Contributions for Cxbx-Reloaded +// * Copyright (c) 2017-2018 Luke Usher +// * Copyright (c) 2018 Patrick van Logchem // * // * All rights reserved // *