Got answer from Steve Ellenoff (nw)

This commit is contained in:
Miodrag Milanovic 2015-05-30 07:51:29 +02:00
parent 46c7eabbaf
commit 87bbbfffc3
26 changed files with 26 additions and 134 deletions

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff,R. Belmont,Ryan Holtz // copyright-holders:Steve Ellenoff,R. Belmont,Ryan Holtz
/***************************************************************************** /*****************************************************************************
* *
@ -8,18 +8,6 @@
* Copyright Steve Ellenoff, all rights reserved. * Copyright Steve Ellenoff, all rights reserved.
* Thumb, DSP, and MMU support and many bugfixes by R. Belmont and Ryan Holtz. * Thumb, DSP, and MMU support and many bugfixes by R. Belmont and Ryan Holtz.
* *
* - 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
* sellenoff@hotmail.com
* - 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.
*
* This work is based on: * This work is based on:
* #1) 'Atmel Corporation ARM7TDMI (Thumb) Datasheet - January 1999' * #1) 'Atmel Corporation ARM7TDMI (Thumb) Datasheet - January 1999'
* #2) Arm 2/3/6 emulator By Bryan McPhail (bmcphail@tendril.co.uk) and Phil Stroffolino (MAME CORE 0.76) * #2) Arm 2/3/6 emulator By Bryan McPhail (bmcphail@tendril.co.uk) and Phil Stroffolino (MAME CORE 0.76)

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff,R. Belmont,Ryan Holtz // copyright-holders:Steve Ellenoff,R. Belmont,Ryan Holtz
/***************************************************************************** /*****************************************************************************
* *
@ -7,18 +7,6 @@
* *
* Copyright Steve Ellenoff, all rights reserved. * Copyright Steve Ellenoff, 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
* sellenoff@hotmail.com
* - 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.
*
* This work is based on: * This work is based on:
* #1) 'Atmel Corporation ARM7TDMI (Thumb) Datasheet - January 1999' * #1) 'Atmel Corporation ARM7TDMI (Thumb) Datasheet - January 1999'
* #2) Arm 2/3/6 emulator By Bryan McPhail (bmcphail@tendril.co.uk) and Phil Stroffolino (MAME CORE 0.76) * #2) Arm 2/3/6 emulator By Bryan McPhail (bmcphail@tendril.co.uk) and Phil Stroffolino (MAME CORE 0.76)

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff,R. Belmont,Ryan Holtz // copyright-holders:Steve Ellenoff,R. Belmont,Ryan Holtz
/***************************************************************************** /*****************************************************************************
* *
@ -7,18 +7,6 @@
* *
* Copyright Steve Ellenoff, all rights reserved. * Copyright Steve Ellenoff, 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
* sellenoff@hotmail.com
* - 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.
*
* This work is based on: * This work is based on:
* #1) 'Atmel Corporation ARM7TDMI (Thumb) Datasheet - January 1999' * #1) 'Atmel Corporation ARM7TDMI (Thumb) Datasheet - January 1999'
* #2) Arm 2/3/6 emulator By Bryan McPhail (bmcphail@tendril.co.uk) and Phil Stroffolino (MAME CORE 0.76) * #2) Arm 2/3/6 emulator By Bryan McPhail (bmcphail@tendril.co.uk) and Phil Stroffolino (MAME CORE 0.76)

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff,R. Belmont,Ryan Holtz // copyright-holders:Steve Ellenoff,R. Belmont,Ryan Holtz
/***************************************************************************** /*****************************************************************************
* *
@ -7,18 +7,6 @@
* *
* Copyright Steve Ellenoff, all rights reserved. * Copyright Steve Ellenoff, 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
* sellenoff@hotmail.com
* - 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.
*
* This work is based on: * This work is based on:
* #1) 'Atmel Corporation ARM7TDMI (Thumb) Datasheet - January 1999' * #1) 'Atmel Corporation ARM7TDMI (Thumb) Datasheet - January 1999'
* #2) Arm 2/3/6 emulator By Bryan McPhail (bmcphail@tendril.co.uk) and Phil Stroffolino (MAME CORE 0.76) * #2) Arm 2/3/6 emulator By Bryan McPhail (bmcphail@tendril.co.uk) and Phil Stroffolino (MAME CORE 0.76)

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff,R. Belmont,Ryan Holtz // copyright-holders:Steve Ellenoff,R. Belmont,Ryan Holtz
/***************************************************************************** /*****************************************************************************
* *
@ -7,18 +7,6 @@
* *
* Copyright Steve Ellenoff, all rights reserved. * Copyright Steve Ellenoff, 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
* sellenoff@hotmail.com
* - 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.
*
* This work is based on: * This work is based on:
* #1) 'Atmel Corporation ARM7TDMI (Thumb) Datasheet - January 1999' * #1) 'Atmel Corporation ARM7TDMI (Thumb) Datasheet - January 1999'
* #2) Arm 2/3/6 emulator By Bryan McPhail (bmcphail@tendril.co.uk) and Phil Stroffolino (MAME CORE 0.76) * #2) Arm 2/3/6 emulator By Bryan McPhail (bmcphail@tendril.co.uk) and Phil Stroffolino (MAME CORE 0.76)

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff,R. Belmont,Ryan Holtz // copyright-holders:Steve Ellenoff,R. Belmont,Ryan Holtz
/***************************************************************************** /*****************************************************************************
* *
@ -9,18 +9,6 @@
* Thumb, DSP, and MMU support and many bugfixes by R. Belmont and Ryan Holtz. * Thumb, DSP, and MMU support and many bugfixes by R. Belmont and Ryan Holtz.
* Dyanmic Recompiler (DRC) / Just In Time Compiler (JIT) by Ryan Holtz. * Dyanmic Recompiler (DRC) / Just In Time Compiler (JIT) by Ryan Holtz.
* *
* - 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
* sellenoff@hotmail.com
* - 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.
*
* This work is based on: * This work is based on:
* #1) 'Atmel Corporation ARM7TDMI (Thumb) Datasheet - January 1999' * #1) 'Atmel Corporation ARM7TDMI (Thumb) Datasheet - January 1999'
* #2) Arm 2/3/6 emulator By Bryan McPhail (bmcphail@tendril.co.uk) and Phil Stroffolino (MAME CORE 0.76) * #2) Arm 2/3/6 emulator By Bryan McPhail (bmcphail@tendril.co.uk) and Phil Stroffolino (MAME CORE 0.76)

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff,R. Belmont,Ryan Holtz // copyright-holders:Steve Ellenoff,R. Belmont,Ryan Holtz
/* ARM7 core helper Macros / Functions */ /* ARM7 core helper Macros / Functions */

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff,R. Belmont,Ryan Holtz // copyright-holders:Steve Ellenoff,R. Belmont,Ryan Holtz
#include "emu.h" #include "emu.h"
#include "arm7.h" #include "arm7.h"

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff,R. Belmont,Ryan Holtz // copyright-holders:Steve Ellenoff,R. Belmont,Ryan Holtz
#include "emu.h" #include "emu.h"
#include "arm7core.h" #include "arm7core.h"

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff,R. Belmont,Ryan Holtz // copyright-holders:Steve Ellenoff,R. Belmont,Ryan Holtz
#include "emu.h" #include "emu.h"
#include "arm7.h" #include "arm7.h"

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff, Manuel Abadia, Couriersud // copyright-holders:Steve Ellenoff, Manuel Abadia, Couriersud
/***************************************************************************** /*****************************************************************************
* *
@ -13,18 +13,6 @@
* *
* Copyright Steve Ellenoff, all rights reserved. * Copyright Steve Ellenoff, 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
* sellenoff@hotmail.com
* - 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.
*
* This work is based on: * This work is based on:
* #1) 'Intel(tm) MC51 Microcontroller Family Users Manual' and * #1) 'Intel(tm) MC51 Microcontroller Family Users Manual' and
* #2) 8051 simulator by Travis Marlatte * #2) 8051 simulator by Travis Marlatte

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff, Manuel Abadia, Couriersud // copyright-holders:Steve Ellenoff, Manuel Abadia, Couriersud
/***************************************************************************** /*****************************************************************************
* *
@ -13,18 +13,6 @@
* *
* Copyright Steve Ellenoff, all rights reserved. * Copyright Steve Ellenoff, 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
* sellenoff@hotmail.com
* - 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.
*
* This work is based on: * This work is based on:
* #1) 'Intel(tm) MC51 Microcontroller Family Users Manual' and * #1) 'Intel(tm) MC51 Microcontroller Family Users Manual' and
* #2) 8051 simulator by Travis Marlatte * #2) 8051 simulator by Travis Marlatte

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff // copyright-holders:Steve Ellenoff
/***************************************************************************** /*****************************************************************************
* *
@ -13,18 +13,6 @@
* *
* Copyright Steve Ellenoff, all rights reserved. * Copyright Steve Ellenoff, 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
* sellenoff@hotmail.com
* - 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.
*
* This work is based on: * This work is based on:
* #1) 'Intel(tm) MC51 Microcontroller Family Users Manual' and * #1) 'Intel(tm) MC51 Microcontroller Family Users Manual' and
* #2) 8051 simulator by Travis Marlatte * #2) 8051 simulator by Travis Marlatte

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Angelo Salese, R. Belmont, Tomasz Slanina, Steve Ellenoff, Nicola Salmoria // copyright-holders:Angelo Salese, R. Belmont, Tomasz Slanina, Steve Ellenoff, Nicola Salmoria
/******************************************************************************************* /*******************************************************************************************

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Victor Trucco,Steve Ellenoff,Phil Stroffolino,Tatsuyuki Satoh,Tomasz Slanina,Nicola Salmoria // copyright-holders:Victor Trucco,Steve Ellenoff,Phil Stroffolino,Tatsuyuki Satoh,Tomasz Slanina,Nicola Salmoria
/*************************************************************************** /***************************************************************************

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff,Jarek Parchanski // copyright-holders:Steve Ellenoff,Jarek Parchanski
/* /*
Great Swordsman (Taito) 1984 Great Swordsman (Taito) 1984

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff, Pierpaolo Prazzoli // copyright-holders:Steve Ellenoff, Pierpaolo Prazzoli
/************************************************************************** /**************************************************************************
Portraits Portraits

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff, Brad Oliver // copyright-holders:Steve Ellenoff, Brad Oliver
/*************************************************************************** /***************************************************************************

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Victor Trucco,Steve Ellenoff,Phil Stroffolino,Tatsuyuki Satoh,Tomasz Slanina,Nicola Salmoria // copyright-holders:Victor Trucco,Steve Ellenoff,Phil Stroffolino,Tatsuyuki Satoh,Tomasz Slanina,Nicola Salmoria
#include "sound/msm5205.h" #include "sound/msm5205.h"

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff,Jarek Parchanski // copyright-holders:Steve Ellenoff,Jarek Parchanski
#include "sound/ay8910.h" #include "sound/ay8910.h"
#include "sound/msm5205.h" #include "sound/msm5205.h"

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff, Pierpaolo Prazzoli // copyright-holders:Steve Ellenoff, Pierpaolo Prazzoli
#include "sound/tms5220.h" #include "sound/tms5220.h"

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff, Brad Oliver // copyright-holders:Steve Ellenoff, Brad Oliver
class tagteam_state : public driver_device class tagteam_state : public driver_device
{ {

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Victor Trucco,Steve Ellenoff,Phil Stroffolino,Tatsuyuki Satoh,Tomasz Slanina,Nicola Salmoria // copyright-holders:Victor Trucco,Steve Ellenoff,Phil Stroffolino,Tatsuyuki Satoh,Tomasz Slanina,Nicola Salmoria
/*************************************************************************** /***************************************************************************

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff,Jarek Parchanski // copyright-holders:Steve Ellenoff,Jarek Parchanski
/*************************************************************************** /***************************************************************************
Great Swordsman Great Swordsman

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff, Pierpaolo Prazzoli // copyright-holders:Steve Ellenoff, Pierpaolo Prazzoli
/*************************************************************************** /***************************************************************************

View File

@ -1,4 +1,4 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Steve Ellenoff, Brad Oliver // copyright-holders:Steve Ellenoff, Brad Oliver
/*************************************************************************** /***************************************************************************