aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/psxbios.c
diff options
context:
space:
mode:
authorgameblabla2019-07-18 02:51:25 +0200
committergameblabla2019-07-18 02:51:25 +0200
commit8254b5a7f550a9f859ce2211560d8ca2f12a32ca (patch)
tree159bb4788c6ff0931d6b3146279cc3e0015b9771 /libpcsxcore/psxbios.c
parenta85ffa0ee71d19e297cd8bc3710d4c24330881e1 (diff)
downloadpcsx_rearmed-8254b5a7f550a9f859ce2211560d8ca2f12a32ca.tar.gz
pcsx_rearmed-8254b5a7f550a9f859ce2211560d8ca2f12a32ca.tar.bz2
pcsx_rearmed-8254b5a7f550a9f859ce2211560d8ca2f12a32ca.zip
psxbios: Add note and update copyright.
Diffstat (limited to 'libpcsxcore/psxbios.c')
-rw-r--r--libpcsxcore/psxbios.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/libpcsxcore/psxbios.c b/libpcsxcore/psxbios.c
index 856d561..1f6c342 100644
--- a/libpcsxcore/psxbios.c
+++ b/libpcsxcore/psxbios.c
@@ -1,5 +1,6 @@
/***************************************************************************
- * Copyright (C) 2007 Ryan Schultz, PCSX-df Team, PCSX team *
+ * Copyright (C) 2019 Ryan Schultz, PCSX-df Team, PCSX team, gameblabla, *
+ * dmitrysmagin, senquack *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -17,6 +18,12 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. *
***************************************************************************/
+/* Gameblabla 2018-2019 :
+ * Numerous changes to bios calls as well as improvements in order to conform to nocash's findings
+ * for the PSX bios calls. Thanks senquack for helping out with some of the changes
+ * and helping to spot issues and refine my patches.
+ * */
+
/*
* Internal simulated HLE BIOS.
*/