1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-08-05 09:25:39 +00:00

Add W65C02S support, part 2

Created the "all ops" tests for W65C02.  Filled in enough of the
necessary infrastructure to be able to create the project and
disassemble the file, though we're not yet handling the instructions
correctly.
This commit is contained in:
Andy McFadden
2020-10-10 18:34:19 -07:00
parent b60dc4fee4
commit 70ee8793ae
9 changed files with 339 additions and 5 deletions

View File

@@ -307,6 +307,19 @@
"Parameters" : {
}
},
{
"Name" : "Generic W65C02",
"GroupName" : "Generic",
"Cpu" : "W65C02",
"Speed" : "1",
"Description" : "Generic W65C02-based system (65C02 with Rockwell and WDC extensions).",
"SymbolFiles" : [
],
"ExtensionScripts" : [
],
"Parameters" : {
}
},
{
"Name" : "Generic 65816",
"GroupName" : "Generic",