mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
marked as BSD3 with approval from Joseph Zbiciak (nw)
This commit is contained in:
parent
5965f07e98
commit
accfc260a0
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Joseph Zbiciak,Tim Lindner
|
||||
/*
|
||||
GI SP0256 Narrator Speech Processor
|
||||
@ -11,19 +11,6 @@
|
||||
- Support for non bit-flipped ROMs
|
||||
- SPB-640 perpherial/RAM bus
|
||||
|
||||
Copyright Joseph Zbiciak, all rights reserved.
|
||||
Copyright tim lindner, 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 us 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 us at
|
||||
intvnut@gmail.com (Joseph Zbiciak), tlindner@macmess.org (tim lindner)
|
||||
- This entire notice must remain in the source code.
|
||||
|
||||
Note: Bit flipping.
|
||||
This emulation flips the bits on every byte of the memory map during
|
||||
the sp0256_start() call.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Joseph Zbiciak,Tim Lindner
|
||||
/**********************************************************************
|
||||
|
||||
@ -28,19 +28,6 @@
|
||||
|
||||
By Joe Zbiciak. Ported to MESS by tim lindner.
|
||||
|
||||
Copyright Joseph Zbiciak, all rights reserved.
|
||||
Copyright tim lindner, 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 us 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 us at
|
||||
intvnut@gmail.com (Joe Zbiciak), tlindner@macmess.org (tim lindner)
|
||||
- This entire notice must remain in the source code.
|
||||
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
Loading…
Reference in New Issue
Block a user