Wayne Warthen
1de6f8f8ab
Add ROM Updater to Boot Loader
...
- Phil Summers' ROM Updater has been given an official/permanent place in the Boot Loader menu.
- Rearranged the order and sizing of the modules in the third ROM bank to allow space for above.
- Made a few minor updates to the DSKYng support code.
2021-07-15 13:28:53 -07:00
Wayne Warthen
d4a542150b
DSKYng Support
...
- DSKYng now has same features as original DSKY including debug monitor
- Added support for MBS LEDs
- Elevated MBS to a platform instead of just a sub-config of SBC
2021-07-08 12:03:32 -07:00
Wayne Warthen
a72802470a
Miscellaneous
...
- Correct and enhance some diskdefs entries. Added RC2014 definitions.
- Change NETBOOT binary from 32K to 8K
2021-04-18 11:38:15 -07:00
Wayne Warthen
0b92e41935
Prototype Network Boot Support
2021-04-17 17:00:42 -07:00
Wayne Warthen
41061179b5
Miscellaneous
...
- Improved Linux build to pass actual processor type to uz80as
- Modified Z280 system timer to handle faster CPU clocks accurately
2021-04-01 17:08:16 -07:00
Wayne Warthen
db659da876
Build script improvements
...
- Allow building a 128KB ROM with 0KB ROM disk
- Move Z280 UART driver to top of device list to make it the highest priority driver for Z280 platforms
2021-03-08 10:25:13 -08:00
Wayne Warthen
0053a840b7
Support ZZRCC
2021-03-07 16:21:49 -08:00
Wayne Warthen
e72886cfaf
Build Tweaks
...
- Propagate build enhancements from Phil to Unix/Mac build.
- Add removal of .upd files to Clean.cmd script in Binary directory.
2021-01-07 14:32:58 -08:00
Wayne Warthen
8ac46112f0
Update Build.sh
...
Fix build issue.
2020-12-16 16:06:15 -08:00
b1ackmai1er
2e62948309
md updates
2020-12-11 21:19:41 +08:00
Wayne Warthen
892aee68e4
Build Diagnostics
2020-08-23 11:13:49 -07:00
Wayne Warthen
964483a031
Fix Mac OS Build Again
2020-08-22 15:18:12 -07:00
Wayne Warthen
b8982cddd0
Fix MacOS Build Again
2020-08-22 15:02:50 -07:00
Wayne Warthen
4f0569e985
Fix MacOS Build Again
2020-08-22 14:50:41 -07:00
Wayne Warthen
6a7d38b083
MacOS Build Fix Again
2020-08-22 13:55:49 -07:00
Dean Netherton
ae7714aeff
linux build: update to Build.sh fix for some platforms
...
The initialization of the Rom dat file used the pipe (|) operator to build an initial empty file.
But the pipe operator | may sometimes return a non-zero exit code for some linux platforms, if the
the streams are closed before dd has fully processed the stream.
This issue occured on a travis linux ubuntu image.
Solution was to change to redirection.
2020-04-21 17:04:33 +10:00
Wayne Warthen
aac4a51f23
MacOS Build Improvement
...
Build script updated to improve compatibility with MacOS.
Credit to Fredrik Axtelius for this.
2020-04-20 14:59:27 -07:00
Wayne Warthen
e84a1bc3ea
ROMLDR Improvements
...
.com files can now be started from CP/M and size of .com files has been reduced so they always fit.
2020-04-11 13:32:55 -07:00
Wayne Warthen
4862827058
Remove OSLDR
...
The OSLDR application was badly broken and almost impossible to fix with new expanded OS support.
2020-03-23 11:41:59 -07:00
Wayne Warthen
b574faed39
Update Build.sh
2020-02-29 22:36:10 -08:00
Dean Netherton
d211f0977d
Fix to HBIOS/build.sh
...
When adding files to rom disk, if files were missing, it would error out.
It appears the intent is to skip non-existing files.
Updated to log out correctly for missing files - and continue operation.
2020-03-01 12:48:49 +11:00
Dean Netherton
81c4913c72
Build.sh: marked as executable
...
chmod +x Build.sh
2020-03-01 12:48:40 +11:00
Wayne Warthen
5f07834b47
Misc. Cleanup
2020-02-27 18:40:20 -08:00
Wayne Warthen
e0522bce3f
Merge pull request #88 from cm68/master
...
uz80as expression parser fix for .db ~(1|2) != 0xfe
2020-02-26 16:32:13 -08:00
curt mayer
f8c4ee1183
added diff build option
2020-02-26 15:42:16 -08:00
Wayne Warthen
4add4bc237
Upgrade NZCOM to latest
2020-02-24 17:13:07 -08:00
curt mayer
621083947c
clean, identical build. font source generator emitted .align. this does not match the windows build
2020-02-23 17:46:37 -08:00
curt mayer
e73e0ba5f1
diff fixes
2020-02-23 15:04:52 -08:00
curt mayer
6ec8ca174f
added N8 capability
2020-02-22 22:36:42 -08:00
curt mayer
68a9dea630
prerequisite verbosity
2020-02-22 21:01:25 -08:00
curt mayer
5fe4a5db4c
fixed build
2020-02-22 20:37:53 -08:00
curt mayer
8fb73c95f4
coding changes for clean diff
2020-02-20 11:31:49 -08:00
curt mayer
f4609159fc
cpm22 paths
2020-02-17 02:11:54 -08:00
curt mayer
f44288082c
towards a clean make and 'git status'
2020-02-16 19:03:19 -08:00