1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-27 07:29:00 +00:00
6502bench/SourceGen/RuntimeData/Apple
Andy McFadden 365864ccdf More progress on visualization
Implemented Apple II hi-res bitmap conversion.  Supports B&W and
color.  Uses essentially the same algorithm as CiderPress.

Experimented with displaying non-text items in ListView.  I assumed
it would work, since it's the sort of thing WPF is designed to do,
but it's always wise to approach with caution.  Visualization Sets
now show a 64x64 button as a placeholder for the eventual thumbnail.

Some things were being flaky, which turned out to be because I
wasn't Prepare()ing the plugins before using them from Edit
Visualization.  To make this a deterministic failure I added an
Unprepare() call that tells the plugin that we're all done.

NOTE: this breaks all existing plugins.
2019-11-30 18:02:03 -08:00
..
A3-IO.sym65
A3-ROM.sym65
Apple1.sym65 Add Apple-1 symbols 2019-10-26 08:28:49 -07:00
Applesoft.sym65 Move SPEEDZ from F8-ROM to Applesoft 2019-10-27 11:12:22 -07:00
Cxxx-IO.sym65 Minor tweaks 2019-10-21 17:43:40 -07:00
DOS33.sym65 Update Apple II data files 2019-10-03 15:18:59 -07:00
F8-ROM-nozp.sym65 Add ability to "erase" previously-defined platform symbols 2019-10-27 11:09:16 -07:00
F8-ROM.sym65 Move SPEEDZ from F8-ROM to Applesoft 2019-10-27 11:12:22 -07:00
GSOS.cs More progress on visualization 2019-11-30 18:02:03 -08:00
GSOS.sym65
IIgs-ROM.sym65
IIgs-Toolbox.cs More progress on visualization 2019-11-30 18:02:03 -08:00
ProDOS8.cs More progress on visualization 2019-11-30 18:02:03 -08:00
ProDOS8.sym65 Minor tweaks 2019-10-26 23:34:51 -07:00
SOS.cs More progress on visualization 2019-11-30 18:02:03 -08:00
SOS.sym65 Optionally treat BRKs as two-byte instructions 2019-10-09 14:55:56 -07:00
VisHiRes.cs More progress on visualization 2019-11-30 18:02:03 -08:00