Updated README and 65C02 Copyright
Change-Id: I88efe06d7959744165c35b54edf6e3633ff05406
This commit is contained in:
14
cpu_65c02.v
14
cpu_65c02.v
@@ -1,11 +1,21 @@
|
||||
/*
|
||||
* verilog model of 6502 CPU.
|
||||
* verilog model of 65C02 CPU.
|
||||
*
|
||||
* Based on original 6502 "Arlet 6502 Core" by Arlet Ottens
|
||||
*
|
||||
* (C) Arlet Ottens, <arlet@c-scape.nl>
|
||||
*
|
||||
* Feel free to use this code in any project (commercial or not), as long as you
|
||||
* keep this message, and the copyright notice. This code is provided "as is",
|
||||
* without any warranties of any kind.
|
||||
* without any warranties of any kind.
|
||||
*
|
||||
* Support for 65C02 instructions and addressing modes by David Banks and Ed Spittles
|
||||
*
|
||||
* (C) 2016 David Banks and Ed Spittles
|
||||
*
|
||||
* Feel free to use this code in any project (commercial or not), as long as you
|
||||
* keep this message, and the copyright notice. This code is provided "as is",
|
||||
* without any warranties of any kind.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user