mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
removed some non-commercial use texts no use since it's BSD3 now (nw)
This commit is contained in:
parent
87bbbfffc3
commit
66e394a50f
@ -7,16 +7,6 @@
|
|||||||
*
|
*
|
||||||
* Copyright Frank Palazzolo, all rights reserved.
|
* Copyright Frank Palazzolo, all rights reserved.
|
||||||
*
|
*
|
||||||
* - This source code is released as freeware for non-commercial purposes.
|
|
||||||
* - You are free to use and redistribute this code in modified or
|
|
||||||
* unmodified form, provided you list me in the credits.
|
|
||||||
* - If you modify this source code, you must add a notice to each modified
|
|
||||||
* source file that it has been changed. If you're a nice person, you
|
|
||||||
* will clearly mark each change too. :)
|
|
||||||
* - If you wish to use this for commercial purposes, please contact me at
|
|
||||||
* palazzol@comcast.net
|
|
||||||
* - This entire notice must remain in the source code.
|
|
||||||
*
|
|
||||||
* This work is based on Juergen Buchmueller's F8 emulation,
|
* This work is based on Juergen Buchmueller's F8 emulation,
|
||||||
* and the 'General Instruments CP1610' data sheets.
|
* and the 'General Instruments CP1610' data sheets.
|
||||||
* Special thanks to Joe Zbiciak for his GPL'd CP1610 emulator
|
* Special thanks to Joe Zbiciak for his GPL'd CP1610 emulator
|
||||||
|
@ -7,16 +7,6 @@
|
|||||||
*
|
*
|
||||||
* Copyright Frank Palazzolo, all rights reserved.
|
* Copyright Frank Palazzolo, all rights reserved.
|
||||||
*
|
*
|
||||||
* - This source code is released as freeware for non-commercial purposes.
|
|
||||||
* - You are free to use and redistribute this code in modified or
|
|
||||||
* unmodified form, provided you list me in the credits.
|
|
||||||
* - If you modify this source code, you must add a notice to each modified
|
|
||||||
* source file that it has been changed. If you're a nice person, you
|
|
||||||
* will clearly mark each change too. :)
|
|
||||||
* - If you wish to use this for commercial purposes, please contact me at
|
|
||||||
* palazzol@comcast.net
|
|
||||||
* - This entire notice must remain in the source code.
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -5,20 +5,6 @@
|
|||||||
* lr35902d.c
|
* lr35902d.c
|
||||||
* Portable Sharp LR35902 disassembler
|
* Portable Sharp LR35902 disassembler
|
||||||
*
|
*
|
||||||
* Copyright The MESS Team.
|
|
||||||
*
|
|
||||||
* - This source code is released as freeware for non-commercial purposes.
|
|
||||||
* - You are free to use and redistribute this code in modified or
|
|
||||||
* unmodified form, provided you list me in the credits.
|
|
||||||
* - If you modify this source code, you must add a notice to each modified
|
|
||||||
* source file that it has been changed. If you're a nice person, you
|
|
||||||
* will clearly mark each change too. :)
|
|
||||||
* - If you wish to use this for commercial purposes, please contact me at
|
|
||||||
* pullmoll@t-online.de
|
|
||||||
* - The author of this copywritten work reserves the right to change the
|
|
||||||
* terms of its usage and license at any time, including retroactively
|
|
||||||
* - This entire notice must remain in the source code.
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -8,18 +8,6 @@
|
|||||||
*
|
*
|
||||||
* Copyright Peter Trauner, all rights reserved.
|
* Copyright Peter Trauner, all rights reserved.
|
||||||
*
|
*
|
||||||
* - This source code is released as freeware for non-commercial purposes.
|
|
||||||
* - You are free to use and redistribute this code in modified or
|
|
||||||
* unmodified form, provided you list me in the credits.
|
|
||||||
* - If you modify this source code, you must add a notice to each modified
|
|
||||||
* source file that it has been changed. If you're a nice person, you
|
|
||||||
* will clearly mark each change too. :)
|
|
||||||
* - If you wish to use this for commercial purposes, please contact me at
|
|
||||||
* peter.trauner@jk.uni-linz.ac.at
|
|
||||||
* - The author of this copywritten work reserves the right to change the
|
|
||||||
* terms of its usage and license at any time, including retroactively
|
|
||||||
* - This entire notice must remain in the source code.
|
|
||||||
*
|
|
||||||
* History of changes:
|
* History of changes:
|
||||||
* 29.7.2001 Several changes listed below taken by Mario Konegger
|
* 29.7.2001 Several changes listed below taken by Mario Konegger
|
||||||
* (konegger@itp.tu-graz.ac.at)
|
* (konegger@itp.tu-graz.ac.at)
|
||||||
|
@ -8,18 +8,6 @@
|
|||||||
*
|
*
|
||||||
* Copyright Peter Trauner, all rights reserved.
|
* Copyright Peter Trauner, all rights reserved.
|
||||||
*
|
*
|
||||||
* - This source code is released as freeware for non-commercial purposes.
|
|
||||||
* - You are free to use and redistribute this code in modified or
|
|
||||||
* unmodified form, provided you list me in the credits.
|
|
||||||
* - If you modify this source code, you must add a notice to each modified
|
|
||||||
* source file that it has been changed. If you're a nice person, you
|
|
||||||
* will clearly mark each change too. :)
|
|
||||||
* - If you wish to use this for commercial purposes, please contact me at
|
|
||||||
* peter.trauner@jk.uni-linz.ac.at
|
|
||||||
* - The author of this copywritten work reserves the right to change the
|
|
||||||
* terms of its usage and license at any time, including retroactively
|
|
||||||
* - This entire notice must remain in the source code.
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -8,18 +8,6 @@
|
|||||||
*
|
*
|
||||||
* Copyright Peter Trauner, all rights reserved.
|
* Copyright Peter Trauner, all rights reserved.
|
||||||
*
|
*
|
||||||
* - This source code is released as freeware for non-commercial purposes.
|
|
||||||
* - You are free to use and redistribute this code in modified or
|
|
||||||
* unmodified form, provided you list me in the credits.
|
|
||||||
* - If you modify this source code, you must add a notice to each modified
|
|
||||||
* source file that it has been changed. If you're a nice person, you
|
|
||||||
* will clearly mark each change too. :)
|
|
||||||
* - If you wish to use this for commercial purposes, please contact me at
|
|
||||||
* peter.trauner@jk.uni-linz.ac.at
|
|
||||||
* - The author of this copywritten work reserves the right to change the
|
|
||||||
* terms of its usage and license at any time, including retroactively
|
|
||||||
* - This entire notice must remain in the source code.
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -8,18 +8,6 @@
|
|||||||
*
|
*
|
||||||
* Copyright Peter Trauner, all rights reserved.
|
* Copyright Peter Trauner, all rights reserved.
|
||||||
*
|
*
|
||||||
* - This source code is released as freeware for non-commercial purposes.
|
|
||||||
* - You are free to use and redistribute this code in modified or
|
|
||||||
* unmodified form, provided you list me in the credits.
|
|
||||||
* - If you modify this source code, you must add a notice to each modified
|
|
||||||
* source file that it has been changed. If you're a nice person, you
|
|
||||||
* will clearly mark each change too. :)
|
|
||||||
* - If you wish to use this for commercial purposes, please contact me at
|
|
||||||
* peter.trauner@jk.uni-linz.ac.at
|
|
||||||
* - The author of this copywritten work reserves the right to change the
|
|
||||||
* terms of its usage and license at any time, including retroactively
|
|
||||||
* - This entire notice must remain in the source code.
|
|
||||||
*
|
|
||||||
* History of changes:
|
* History of changes:
|
||||||
* 21.07.2001 Several changes listed below were made by Mario Konegger
|
* 21.07.2001 Several changes listed below were made by Mario Konegger
|
||||||
* (konegger@itp.tu-graz.ac.at)
|
* (konegger@itp.tu-graz.ac.at)
|
||||||
|
@ -7,17 +7,6 @@
|
|||||||
*
|
*
|
||||||
* copyright Angelo Salese & Mariusz Wojcieszek, all rights reserved
|
* copyright Angelo Salese & Mariusz Wojcieszek, all rights reserved
|
||||||
*
|
*
|
||||||
* - This source code is released as freeware for non-commercial purposes.
|
|
||||||
* - You are free to use and redistribute this code in modified or
|
|
||||||
* unmodified form, provided you list me in the credits.
|
|
||||||
* - If you modify this source code, you must add a notice to each modified
|
|
||||||
* source file that it has been changed. If you're a nice person, you
|
|
||||||
* will clearly mark each change too. :)
|
|
||||||
* - If you wish to use this for commercial purposes, please contact me at
|
|
||||||
* lordkale@libero.it or <insert_marusz_wojcieszek_mail_here>
|
|
||||||
* - This entire notice must remain in the source code.
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* Changelog:
|
* Changelog:
|
||||||
* 131010: Angelo Salese
|
* 131010: Angelo Salese
|
||||||
* - Converted to CPU structure
|
* - Converted to CPU structure
|
||||||
|
@ -8,18 +8,6 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 2001 Peter Trauner, all rights reserved.
|
* Copyright (c) 2001 Peter Trauner, all rights reserved.
|
||||||
*
|
*
|
||||||
* - This source code is released as freeware for non-commercial purposes.
|
|
||||||
* - You are free to use and redistribute this code in modified or
|
|
||||||
* unmodified form, provided you list me in the credits.
|
|
||||||
* - If you modify this source code, you must add a notice to each modified
|
|
||||||
* source file that it has been changed. If you're a nice person, you
|
|
||||||
* will clearly mark each change too. :)
|
|
||||||
* - If you wish to use this for commercial purposes, please contact me at
|
|
||||||
* peter.trauner@jk.uni-linz.ac.at
|
|
||||||
* - The author of this copywritten work reserves the right to change the
|
|
||||||
* terms of its usage and license at any time, including retroactively
|
|
||||||
* - This entire notice must remain in the source code.
|
|
||||||
*
|
|
||||||
* History of changes:
|
* History of changes:
|
||||||
* 21.07.2001 Several changes listed below were made by Mario Konegger
|
* 21.07.2001 Several changes listed below were made by Mario Konegger
|
||||||
* (konegger@itp.tu-graz.ac.at)
|
* (konegger@itp.tu-graz.ac.at)
|
||||||
|
Loading…
Reference in New Issue
Block a user