mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 14:57:45 -04:00
add/update copyright notices for substantially changed files
This commit is contained in:
parent
2f0c5639c1
commit
7bf552b5fa
56 changed files with 76 additions and 33 deletions
|
@ -1,6 +1,7 @@
|
||||||
;@ Reesy's Z80 Emulator Version 0.001
|
;@ Reesy's Z80 Emulator Version 0.001
|
||||||
|
|
||||||
;@ (c) Copyright 2004 Reesy, All rights reserved
|
;@ (c) Copyright 2004 Reesy, All rights reserved
|
||||||
|
;@ (c) Copyright 2021-24 irixxxx, All rights reserved
|
||||||
;@ DrZ80 is free for non-commercial use.
|
;@ DrZ80 is free for non-commercial use.
|
||||||
|
|
||||||
;@ For commercial use, separate licencing terms must be obtained.
|
;@ For commercial use, separate licencing terms must be obtained.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Basic macros to emit ARM instructions and some utils
|
* Basic macros to emit ARM instructions and some utils
|
||||||
* Copyright (C) 2008,2009,2010 notaz
|
* Copyright (C) 2008,2009,2010 notaz
|
||||||
* Copyright (C) 2019-2024 kub
|
* Copyright (C) 2019-2024 irixxxx
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Basic macros to emit ARM A64 instructions and some utils
|
* Basic macros to emit ARM A64 instructions and some utils
|
||||||
* Copyright (C) 2019-2024 kub
|
* Copyright (C) 2019-2024 irixxxx
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Basic macros to emit MIPS32/MIPS64 Release 1 or 2 instructions and some utils
|
* Basic macros to emit MIPS32/MIPS64 Release 1 or 2 instructions and some utils
|
||||||
* Copyright (C) 2019-2024 kub
|
* Copyright (C) 2019-2024 irixxxx
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Basic macros to emit PowerISA 2.03 64 bit instructions and some utils
|
* Basic macros to emit PowerISA 2.03 64 bit instructions and some utils
|
||||||
* Copyright (C) 2020-2024 kub
|
* Copyright (C) 2020-2024 irixxxx
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Basic macros to emit RISC-V RV64IM instructions and some utils
|
* Basic macros to emit RISC-V RV64IM instructions and some utils
|
||||||
* Copyright (C) 2019-2024 kub
|
* Copyright (C) 2019-2024 irixxxx
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Basic macros to emit x86 instructions and some utils
|
* Basic macros to emit x86 instructions and some utils
|
||||||
* Copyright (C) 2008,2009,2010 notaz
|
* Copyright (C) 2008,2009,2010 notaz
|
||||||
* Copyright (C) 2019-2024 kub
|
* Copyright (C) 2019-2024 irixxxx
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* SH2 recompiler
|
* SH2 recompiler
|
||||||
* (C) notaz, 2009,2010,2013
|
* (C) notaz, 2009,2010,2013
|
||||||
* (C) kub, 2018-2024
|
* (C) irixxxx, 2018-2024
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* PicoDrive
|
* PicoDrive
|
||||||
* (C) notaz, 2009,2010,2013
|
* (C) notaz, 2009,2010,2013
|
||||||
|
* (C) irixxxx, 2019-2024
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* PicoDrive
|
* PicoDrive
|
||||||
* (C) notaz, 2009,2010
|
* (C) notaz, 2009,2010
|
||||||
* (C) kub, 2019
|
* (C) irixxxx, 2019-2024
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
@*
|
@*
|
||||||
@* PicoDrive
|
@* PicoDrive
|
||||||
@* (C) notaz, 2010
|
@* (C) notaz, 2010
|
||||||
@* (C) kub, 2019
|
@* (C) irixxxx, 2019-2023
|
||||||
@*
|
@*
|
||||||
@* This work is licensed under the terms of MAME license.
|
@* This work is licensed under the terms of MAME license.
|
||||||
@* See COPYING file in the top-level directory.
|
@* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* PicoDrive
|
* PicoDrive
|
||||||
* (C) notaz, 2009,2010,2013
|
* (C) notaz, 2009,2010,2013
|
||||||
* (C) kub, 2019
|
* (C) irixxxx, 2019-2024
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* PicoDrive 32X memory access functions, assembler version
|
* PicoDrive 32X memory access functions, assembler version
|
||||||
* (C) KUB, 2018
|
* (C) irixxxx, 2018-2021
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* PicoDrive
|
* PicoDrive
|
||||||
* (C) notaz, 2009,2010,2013
|
* (C) notaz, 2009,2010,2013
|
||||||
|
* (C) irixxxx, 2019-2023
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* SH2 peripherals/"system on chip"
|
* SH2 peripherals/"system on chip"
|
||||||
* (C) notaz, 2013
|
* (C) notaz, 2013
|
||||||
|
* (C) irixxxx, 2019-2024
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
* PicoDrive
|
* PicoDrive
|
||||||
* (c) Copyright Dave, 2004
|
* (c) Copyright Dave, 2004
|
||||||
* (C) notaz, 2006-2010
|
* (C) notaz, 2006-2010
|
||||||
|
* (C) irixxxx, 2020-2024
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Support for a few cart mappers and some protection.
|
* Support for a few cart mappers and some protection.
|
||||||
* (C) notaz, 2008-2011
|
* (C) notaz, 2008-2011
|
||||||
|
* (C) irixxxx, 2021-2022
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* SSP1601 to ARM recompiler
|
* SSP1601 to ARM recompiler
|
||||||
* (C) notaz, 2008,2009,2010
|
* (C) notaz, 2008,2009,2010
|
||||||
|
* (C) irixxxx, 2019-2023
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* cuefile handling
|
* cuefile handling
|
||||||
* (C) notaz, 2008
|
* (C) notaz, 2008
|
||||||
|
* (C) irixxxx, 2020-2023
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* PicoDrive
|
* PicoDrive
|
||||||
* (C) notaz, 2007,2013
|
* (C) notaz, 2007,2013
|
||||||
|
* (C) irixxxx, 2019-2024
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Memory I/O handlers for Sega/Mega CD.
|
* Memory I/O handlers for Sega/Mega CD.
|
||||||
* (C) notaz, 2007-2009
|
* (C) notaz, 2007-2009
|
||||||
|
* (C) irixxxx, 2019-2024
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* line renderer
|
* line renderer
|
||||||
* (c) Copyright Dave, 2004
|
* (c) Copyright Dave, 2004
|
||||||
* (C) notaz, 2006-2010
|
* (C) notaz, 2006-2010
|
||||||
* (C) kub, 2019-2020
|
* (C) irixxxx, 2019-2024
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* tile renderer
|
* tile renderer
|
||||||
* (C) notaz, 2006-2008
|
* (C) notaz, 2006-2008
|
||||||
|
* (C) irixxxx, 2020-2023
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* assembly optimized versions of most funtions from draw2.c
|
* assembly optimized versions of most funtions from draw2.c
|
||||||
* (C) notaz, 2006-2008
|
* (C) notaz, 2006-2008
|
||||||
|
* (C) irixxxx, 2019-2023
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* assembly optimized versions of most funtions from draw.c
|
* assembly optimized versions of most funtions from draw.c
|
||||||
* (C) notaz, 2006-2010,2017
|
* (C) notaz, 2006-2010,2017
|
||||||
* (C) kub, 2020
|
* (C) irixxxx, 2020-2024
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
* memory handling
|
* memory handling
|
||||||
* (c) Copyright Dave, 2004
|
* (c) Copyright Dave, 2004
|
||||||
* (C) notaz, 2006-2010
|
* (C) notaz, 2006-2010
|
||||||
|
* (C) irixxxx, 2019-2024
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* PicoDrive
|
* PicoDrive
|
||||||
* (C) notaz, 2006-2009
|
* (C) notaz, 2006-2009
|
||||||
* (C) kub, 2019
|
* (C) irixxxx, 2019,2020
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* SMS renderer
|
* SMS renderer
|
||||||
* (C) notaz, 2009-2010
|
* (C) notaz, 2009-2010
|
||||||
* (C) kub, 2021
|
* (C) irixxxx, 2020-2024
|
||||||
*
|
*
|
||||||
* currently supports VDP mode 4 (SMS and GG) and mode 3-0 (TMS)
|
* currently supports VDP mode 4 (SMS and GG) and mode 3-0 (TMS)
|
||||||
* modes numbered after the bit numbers used in Sega and TI documentation
|
* modes numbered after the bit numbers used in Sega and TI documentation
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
* PicoDrive
|
* PicoDrive
|
||||||
* (c) Copyright Dave, 2004
|
* (c) Copyright Dave, 2004
|
||||||
* (C) notaz, 2006-2010
|
* (C) notaz, 2006-2010
|
||||||
|
* (C) irixxxx, 2020-2024
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* common code for base/cd/32x
|
* common code for base/cd/32x
|
||||||
* (C) notaz, 2007-2009,2013
|
* (C) notaz, 2007-2009,2013
|
||||||
|
* (C) irixxxx, 2020-2024
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* SMS emulation
|
* SMS emulation
|
||||||
* (C) notaz, 2009-2010
|
* (C) notaz, 2009-2010
|
||||||
* (C) kub, 2021
|
* (C) irixxxx, 2021-2024
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* some code for sample mixing
|
* some code for sample mixing
|
||||||
* (C) notaz, 2006,2007
|
* (C) notaz, 2006,2007
|
||||||
* (C) kub, 2019,2020 added filtering
|
* (C) irixxxx, 2019,2020 added filtering
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Generic routines for mixing audio samples
|
* Generic routines for mixing audio samples
|
||||||
* (C) notaz, 2007,2008
|
* (C) notaz, 2007,2008
|
||||||
|
* (C) irixxxx, 2019,2020 added filtering
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* Configurable fixed point resampling SINC filter for mono and stereo audio.
|
/* Configurable fixed point resampling SINC filter for mono and stereo audio.
|
||||||
*
|
*
|
||||||
* (C) 2022 kub
|
* (C) 2022 irixxxx
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of any of these licenses
|
* This work is licensed under the terms of any of these licenses
|
||||||
* (at your option):
|
* (at your option):
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* Configurable fixed point resampling SINC filter for mono and stereo audio.
|
/* Configurable fixed point resampling SINC filter for mono and stereo audio.
|
||||||
*
|
*
|
||||||
* (C) 2022 kub
|
* (C) 2022 irixxxx
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of any of these licenses
|
* This work is licensed under the terms of any of these licenses
|
||||||
* (at your option):
|
* (at your option):
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
* PicoDrive
|
* PicoDrive
|
||||||
* (c) Copyright Dave, 2004
|
* (c) Copyright Dave, 2004
|
||||||
* (C) notaz, 2006-2009
|
* (C) notaz, 2006-2009
|
||||||
|
* (C) irixxxx, 2019-2024
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* PicoDrive
|
* PicoDrive
|
||||||
* (C) notaz, 2006
|
* (C) notaz, 2006
|
||||||
* (C) kub, 2020 added SSG-EG and simple output rate interpolation
|
* (C) irixxxx, 2020-2023 added SSG-EG and simple output rate interpolation
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* PicoDrive
|
* PicoDrive
|
||||||
* (c) Copyright Dave, 2004
|
* (c) Copyright Dave, 2004
|
||||||
* (C) notaz, 2006-2009
|
* (C) notaz, 2006-2009
|
||||||
* (C) kub, 2020,2021
|
* (C) irixxxx, 2020-2024
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* some color conversion and blitting routines
|
* some color conversion and blitting routines
|
||||||
* (C) notaz, 2006-2009
|
* (C) notaz, 2006-2009
|
||||||
|
* (C) irixxxx, 2020-2023
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* very basic mips disassembler for MIPS32/MIPS64 Release 2, only for picodrive
|
* very basic mips disassembler for MIPS32/MIPS64 Release 2, only for picodrive
|
||||||
* Copyright (C) 2019 kub
|
* Copyright (C) 2019-2021 irixxxx
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* DRC host disassembler interface for MIPS/ARM32 for use without binutils
|
* DRC host disassembler interface for MIPS/ARM32 for use without binutils
|
||||||
* (C) kub, 2018,2019
|
* (C) irixxxx, 2018-2021
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* MP3 decoding using dr_mp3
|
* MP3 decoding using dr_mp3
|
||||||
* (C) kub, 2020
|
* (C) irixxxx, 2020
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* MP3 decoding using minimp3
|
* MP3 decoding using minimp3
|
||||||
* (C) kub, 2020
|
* (C) irixxxx, 2020
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* PicoDrive
|
* PicoDrive
|
||||||
* (C) notaz, 2013
|
* (C) notaz, 2013
|
||||||
* (C) kub, 2020-2022
|
* (C) irixxxx, 2020-2024
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
* 320x224 -> 320x240, PAR 1:1, for NTSC, DAR 4:3 (PAL 7% etc etc...)
|
* 320x224 -> 320x240, PAR 1:1, for NTSC, DAR 4:3 (PAL 7% etc etc...)
|
||||||
* 160x144 -> 320x240: GG, PAR 6:5, scaling to 320x240 for DAR 4:3
|
* 160x144 -> 320x240: GG, PAR 6:5, scaling to 320x240 for DAR 4:3
|
||||||
*
|
*
|
||||||
* (C) 2021 kub <derkub@gmail.com>
|
* (C) 2021 irixxxx
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of any of these licenses
|
* This work is licensed under the terms of any of these licenses
|
||||||
* (at your option):
|
* (at your option):
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
* 160x144 -> 320x240: GG, PAR 6:5, scaling to 320x240 for DAR 4:3
|
* 160x144 -> 320x240: GG, PAR 6:5, scaling to 320x240 for DAR 4:3
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* (C) 2021 kub <derkub@gmail.com>
|
* (C) 2021 irixxxx
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of any of these licenses
|
* This work is licensed under the terms of any of these licenses
|
||||||
* (at your option):
|
* (at your option):
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (c) Copyright 2006-2010 notaz, All rights reserved.
|
* (c) Copyright 2006-2010 notaz, All rights reserved.
|
||||||
|
* (c) Copyright 2019-2024 irixxxx
|
||||||
*
|
*
|
||||||
* For performance reasons 3 renderers are exported for both MD and 32x modes:
|
* For performance reasons 3 renderers are exported for both MD and 32x modes:
|
||||||
* - 16bpp line renderer
|
* - 16bpp line renderer
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* (C) notaz, 2013
|
* (C) notaz, 2013
|
||||||
* (C) aliaspider, 2016
|
* (C) aliaspider, 2016
|
||||||
* (C) Daniel De Matteis, 2013
|
* (C) Daniel De Matteis, 2013
|
||||||
* (C) kub, 2020
|
* (C) irixxxx, 2020-2024
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
* See COPYING file in the top-level directory.
|
* See COPYING file in the top-level directory.
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
/*
|
||||||
|
* PicoDrive PS2 frontend
|
||||||
|
*
|
||||||
|
* (C) fjtrujy,irixxxx, 2024
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
/*
|
||||||
|
* PicoDrive input driver for PS2
|
||||||
|
*
|
||||||
|
* (C) fjtrujy,irixxxx 2024
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
/*
|
||||||
|
* PicoDrive platform interface for PS2
|
||||||
|
*
|
||||||
|
* (C) fjtrujy,irixxxx 2024
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* PicoDrive
|
* PicoDrive PSP frontend
|
||||||
|
*
|
||||||
* (C) notaz, 2007,2008
|
* (C) notaz, 2007,2008
|
||||||
* (C) irixxxx, 2022-2024
|
* (C) irixxxx, 2022-2024
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/*
|
/*
|
||||||
|
* PicoDrive input driver for PSP
|
||||||
|
*
|
||||||
* (C) Gražvydas "notaz" Ignotas, 2006-2012
|
* (C) Gražvydas "notaz" Ignotas, 2006-2012
|
||||||
* (C) kub 2020
|
* (C) irixxxx 2020
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of any of these licenses
|
* This work is licensed under the terms of any of these licenses
|
||||||
* (at your option):
|
* (at your option):
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* PicoDrive
|
* PicoDrive MP3 driver for PSP
|
||||||
|
*
|
||||||
* (C) notaz, 2007,2008
|
* (C) notaz, 2007,2008
|
||||||
*
|
*
|
||||||
* This work is licensed under the terms of MAME license.
|
* This work is licensed under the terms of MAME license.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Platform interface functions for PSP picodrive frontend
|
* Platform interface functions for PSP picodrive frontend
|
||||||
*
|
*
|
||||||
* (C) 2020 kub
|
* (C) 2020 irixxxx
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
#
|
#
|
||||||
|
# (C) irixxxx 2021-2024
|
||||||
|
#
|
||||||
# picodrive release build script
|
# picodrive release build script
|
||||||
#
|
#
|
||||||
# creates builds for the supported platforms in the release directory
|
# creates builds for the supported platforms in the release directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue