File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 4.8.2] 2025-11-16
6+
7+ - [ pmd85] Add back to targets list to generate library on release
58- [ coco] Fix bug in fuji_set_appkey_details that overwrote the first byte of data of a project that includes fujinet-lib
69- [ coco] Remove unneccesary makefile block for mac - make runs fine on mac
710- [ coco] Removed legacy -D_CMOC_VERSION_ =1 CFLAG, which floods output with "macro redefined" warnings. CMOC already defines this.
1114 Cosolidated the CFLAGS/ASMFLAGS inclusion in ` build.mk ` into common pattern.
1215 The fix included putting a space after the args in ` compiler-cc65.mk ` so it was separated from the parameter correctly.
1316
14- ## 4.8.1 2025-11-01
17+ ## [ 4.8.1] 2025-11-01
1518
1619- [ coco] rollback dragon changes for dwread/write that broke coco. Dragon will need testing and future fix potentially by Eric Carr
1720- [ coco] some dodgy changes for xcode on a mac so it compiles by Andy Diller
Original file line number Diff line number Diff line change 33# Set the TARGETS and PROGRAM values as required.
44# See makefiles/build.mk for details on directory structure for src files and how to add custom extensions to the build.
55
6- TARGETS = adam apple2 apple2enh atari c64 coco msdos
6+ TARGETS = adam apple2 apple2enh atari c64 coco msdos pmd85
77PROGRAM := fujinet.lib
88
99SUB_TASKS := clean disk test release unit-test
Original file line number Diff line number Diff line change 1- 4.8.1
1+ 4.8.2
You can’t perform that action at this time.
0 commit comments