1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-08-14 03:29:00 +00:00
6502bench/SourceGen/Tools/WpfGui
Andy McFadden b60dc4fee4 Add W65C02S support, part 1
We were claiming W65C02S, but it turns out that CPU has the Rockwell
extensions and the STP/WAI instructions.  We need to change existing
references to be "WDC 65C02", and add a new CPU definition for the
actual W65C02S chip.

This adds the new CPU definition, the instruction definitions for
the Rockwell extensions, and updates the selectors in project properties
and the instruction chart tool.

This change shouldn't affect any existing projects.  Still more to do
before W65C02 works though, mostly because the Rockwell instructions
introduced a new two-argument address mode that has to be handled in
various places.
2020-10-10 15:46:34 -07:00
..
Apple2ScreenChart.xaml Add screen holes to Apple II text memory chart 2020-08-24 14:00:08 -07:00
Apple2ScreenChart.xaml.cs Add screen holes to Apple II text memory chart 2020-08-24 14:00:08 -07:00
AsciiChart.xaml Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
AsciiChart.xaml.cs Add screen holes to Apple II text memory chart 2020-08-24 14:00:08 -07:00
FileConcatenator.xaml Improve CPU instruction chart 2020-02-18 13:25:20 -08:00
FileConcatenator.xaml.cs First step toward Apple IIgs OMF file handling 2020-06-23 17:21:18 -07:00
FileSlicer.xaml Add file slicer tool 2019-12-29 17:59:35 -08:00
FileSlicer.xaml.cs First step toward Apple IIgs OMF file handling 2020-06-23 17:21:18 -07:00
HexDumpViewer.xaml Add file slicer tool 2019-12-29 17:59:35 -08:00
HexDumpViewer.xaml.cs Add file slicer tool 2019-12-29 17:59:35 -08:00
InstructionChart.xaml Add W65C02S support, part 1 2020-10-10 15:46:34 -07:00
InstructionChart.xaml.cs Add W65C02S support, part 1 2020-10-10 15:46:34 -07:00
ShowText.xaml Format ProDOS 8 parameter blocks 2019-10-07 15:42:40 -07:00
ShowText.xaml.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00