Wayne Warthen
7563863be2
DOS/65 Refresh
...
- Refresh WIP files of DOS/65 from Dan Werner
- Another tweak to SURVEY
- Regen PDF docs
2023-03-27 14:44:54 -07:00
Wayne Warthen
96902ae2bd
More Doc Updates
2023-02-07 15:41:39 -08:00
Wayne Warthen
d241db5c11
Makefile Improvements
...
The clobber target has been removed and the clean target now does what most people would expect (actually cleans the entire build tree).
2022-07-06 16:39:03 -07:00
Wayne Warthen
dd22c54f32
Minor ZXCC Updates
...
- Added a missing call to trackFile.
- Corrected close functions in track.c to properly handle WIN32 variant.
2022-03-02 16:02:37 -08:00
Wayne Warthen
bf965c2604
Minor Z280 Fixes
...
- Fixed the ROM VERIFY functionality on Z280. It was indicating errors incorrectly.
- Revised the way that ZZRCC is built to remove a bunch of complexity that was causing issues. An implication of this is that ZZRCC now treats the data loaded from the CF Card as a ROM disk instead of a RAM disk.
- Updated the assemblers to handle some more Z280 instructions used in HBIOS.
- When building ZZRCC, checks have been added to ensure the ROM image is exactly 256K. The build defaults to 512K and that causes the ZZRCC disk image to be corrupted. This will stop the build if the user fails to specify a 256K ROM size.
2022-02-17 11:34:31 -08:00
Wayne Warthen
33afeac10d
Fix ZXCC Build Under MacOS
...
- Adding missing include directive.
2022-02-14 13:59:41 -08:00
Wayne Warthen
2c0b818aba
ZXCC Cleanup
...
- I know I said I was done, but I found some more stuff to clean up. I think I am really done now.
2022-02-14 13:36:06 -08:00
Wayne Warthen
c5043d66f9
Final ZXCC Cleanup
...
Honestly, ZXCC still deserves a lot of refactoring, but this will need to do for now.
2022-02-10 18:21:57 -08:00
Wayne Warthen
1b8e88e1a2
Update zxcbdos.c
2022-02-10 17:41:44 -08:00
Wayne Warthen
d599a3d57b
Update config.h.darwin
2022-02-10 17:33:02 -08:00
Wayne Warthen
461d1ce512
Update config.h.darwin
2022-02-10 17:23:24 -08:00
Wayne Warthen
8c9ce2184e
ZXCC Sync
...
- Attempting to sync ZXCC with latest source in repository by Tony Nicholson. Generally a failure, but it is closer.
2022-02-10 16:51:33 -08:00
Wayne Warthen
f5806a1589
Miscellaneous
...
- Rename Dev.txt to ReadMe.txt for consistency
- Update Dev app Makefile to not copy the internal ReadMe file to the final output
- Remove obsolete constants in BPBIOS
- Minor patches to zx and cpmtools to workaround an odd behavior in Windows Subsystem for Linux that was causing output to fail binary comparisons.
2021-10-16 20:21:36 -07:00
Wayne Warthen
87579e5b65
More ZX Fixes
...
Credit to Tony Nicholson & Russell Marks
2021-08-24 13:59:12 -07:00
Wayne Warthen
6aa216e040
ZMP LInux/MacOS Build
...
- Added new ZMP application to Linux/MacOS Build
- More ZX cleanup
2021-08-23 14:43:55 -07:00
Wayne Warthen
67279fbe17
Fix ZX Fixes
2021-08-20 19:25:42 -07:00
Wayne Warthen
3a8ae3cfae
Minor ZX Improvements
...
- Modified so that CPM3 GENCPM output is displayed properly.
2021-08-20 18:16:56 -07:00
Wayne Warthen
b26614c468
ZX Cleanup
...
- Coalesced Unix and Windows source
- Incorporated relevant fixes from Tony Nicholson
2021-08-20 10:50:30 -07:00
Wayne Warthen
1a78927854
Make and Build Refactoring
2021-07-26 10:00:04 -07:00
Wayne Warthen
d32beb4a9f
New Apps
...
Lars Nelson has contributed 3 new apps.
- XSUB1 is an improved version of DRI XSUB that allows it to be removed from memory using RMXSUB1
- EX is an early variant of the ZEX batch file processor, but EX runs on ZSDOS (does not require later versions of ZCPR).
- SCOPY is a visual file copy utility which requires ZCPR 3+. It is included on the ZPM disk image.
2021-07-23 18:07:31 -07:00
Wayne Warthen
f126b9ff63
Linux Permissions (cont)
...
- Added chmod +x commands for shell scripts (casefn.sh & Build.sh)
2021-07-12 14:22:02 -07:00
Wayne Warthen
39185fa8b3
Linux Permissions
...
Attempt to fix the permission issue that some users are hitting with the Linux build.
2021-07-11 18:45:41 -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
6a46f8b74c
Z280 UART Flow Control
...
- Implement RTS flow control on Z280 UART using C/T 2 output pin. Must be supported on PCB and wired properly at serial adapter.
2021-02-21 13:18:57 -08:00
Wayne Warthen
78b668687d
Add Missing Files
2021-02-19 19:15:53 -08:00
Wayne Warthen
bbb986c48f
Z280 Work in Progress
...
- Fixed PEEK/POKE
- Misc. cleanup
2021-01-23 17:55:11 -08:00
b1ackmai1er
1ec37bb983
lzsa2 unix update
2021-01-06 22:01:24 +08:00
ed
c6026f1aa6
Fix for building uz80as on GCC10
2020-07-12 22:27:51 +01:00
Wayne Warthen
83db582b92
Build Fixes
2020-03-06 17:21:48 -08:00
Wayne Warthen
9fe5004756
Build Test
2020-03-06 16:40:47 -08:00
Wayne Warthen
59d6099865
Update Makefile
...
Makefile enhancement to better handle ncurses library from Bob Dunlop.
2020-02-27 14:03:44 -08:00
curt mayer
fcc736bd45
fixed expression parser bug : ~(1|2) returned 0xfe
2020-02-26 15:05:26 -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
f6954a33a6
added align and 0x55 hex syntax
2020-02-22 22:34:42 -08:00
curt mayer
93bfdbc45d
added clobber
2020-02-22 21:30:18 -08:00
curt mayer
27d8fb3ac1
removed strip. breaks on osx
2020-02-22 21:26:56 -08:00
curt mayer
9799120899
added lzsa
2020-02-22 21:25:21 -08:00
curt mayer
dad5a2e004
added real cache validation
2020-02-22 19:58:59 -08:00
curt mayer
c28e80e836
added directory tag so . isn't matched all over the place
2020-02-22 19:23:46 -08:00
curt mayer
39822a9864
removed strip. breaks osx
2020-02-22 19:08:00 -08:00
curt mayer
3eebb5438b
added directory mapping cache. if the same directory is being hit
...
as last run, we don't need to rebuild the map. will likely break if
you are running more than one at a time, in that the cache will be
ineffective. also, if the directory contents change, this will also break.
2020-02-22 19:04:00 -08:00
curt mayer
39f7403b78
added bin2asm for font file source creation
2020-02-22 17:50:14 -08:00
curt mayer
56f4b14ef6
Merge branch 'master' of https://github.com/cm68/RomWBW
2020-02-22 12:16:33 -08:00
curt mayer
363c844eec
added tests
2020-02-22 12:15:46 -08:00
curt mayer
f6d979a084
fixed quoted double quote bug, added tests
2020-02-22 12:14:13 -08:00
curt mayer
349b3eb108
make compile shut up about conditionals
2020-02-21 10:10:46 -08:00
curt mayer
25ce672106
suppress warnings
2020-02-20 16:57:40 -08:00
curt mayer
1d149c3f75
added chmod for execution
2020-02-20 16:56:58 -08:00
curt mayer
8fc0274044
linux build using good defaults
2020-02-20 15:23:39 -08:00
curt mayer
a03d15fd2f
handle .ds correctly, and forward refs in .if
2020-02-20 11:38:32 -08:00