Skip to content

Commit

Permalink
DeskTop: Shave 157 bytes and tidy up icon selection procs
Browse files Browse the repository at this point in the history
Dedupe icon click handling between file and volume icons, and also
rename/disentangle/dedupe logic across various icon selection
routines. There are still too many due to some optimizations,
but this is probably slightly better.

No functional changes, I hope.
  • Loading branch information
inexorabletash committed Oct 18, 2024
1 parent 25aaf9e commit 6efe998
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 152 deletions.
2 changes: 1 addition & 1 deletion desktop/desktop.s
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
DEFSEG SegmentLoader, $2000, $0200
DEFSEG SegmentDeskTopAux, $4000, $8000
DEFSEG SegmentDeskTopLC, $D000, $2000
DEFSEG SegmentDeskTopMain, $4000, $7900
DEFSEG SegmentDeskTopMain, $4000, $7800
DEFSEG SegmentInitializer, $0800, $0900
DEFSEG SegmentInvoker, $0290, $0160

Expand Down
Loading

0 comments on commit 6efe998

Please sign in to comment.