1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-31 13:30:08 +00:00
Andy McFadden a2e7c88fc9 Update Apple II definitions
Added explicit widths to the 6502 vectors.

Two changes to Apple II hi-res visualization:

(1) Allow the row stride to be any value >= 1.  This is useful
when data is stored in column-major order, i.e. it's a two-byte-wide
shape, with all of the data for the first column stored before the
data for the second column.  (Set the row stride to 1, and the
column stride to the bitmap height.)

(2) Modify the layout of grids (sprite sheets and fonts), so that
we're closer to square when the item counts is low.  Otherwise the
thumbnail just looks like a dashed line.  (This one is strictly
cosmetic.)
2020-08-18 15:10:10 -07:00
..
2020-07-10 21:22:18 -07:00
2020-07-15 16:18:02 -07:00
2020-08-18 15:10:10 -07:00
2020-07-19 13:20:18 -07:00
2020-07-20 13:50:49 -07:00
2019-12-04 15:59:37 -08:00
2020-08-13 10:45:11 -07:00
2019-11-08 21:02:15 -08:00
2020-03-30 16:50:52 -07:00
2020-07-22 10:53:54 -07:00
2020-08-10 14:09:26 -07:00
2019-12-25 11:15:22 -08:00
2019-11-01 19:47:56 -07:00
2020-07-15 17:43:08 -07:00
2020-07-16 10:14:28 -07:00
2020-07-15 16:18:02 -07:00