Wayne Warthen
207fe5f927
Minor
...
- Cosmetic
- Add eZ80 to LCD driver
- Minor fix in uz80as
2024-09-20 13:38:40 -07: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
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
1a78927854
Make and Build Refactoring
2021-07-26 10:00:04 -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
ed
c6026f1aa6
Fix for building uz80as on GCC10
2020-07-12 22:27:51 +01:00
curt mayer
fcc736bd45
fixed expression parser bug : ~(1|2) returned 0xfe
2020-02-26 15:05:26 -08:00
curt mayer
f6954a33a6
added align and 0x55 hex syntax
2020-02-22 22:34:42 -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
25ce672106
suppress warnings
2020-02-20 16:57:40 -08:00
curt mayer
a03d15fd2f
handle .ds correctly, and forward refs in .if
2020-02-20 11:38:32 -08:00
Wayne Warthen
2604212a97
Cleanup
2020-02-18 21:05:37 -08:00
curt mayer
b765749c3d
removed install rule. confusing.
2020-02-18 14:22:45 -08:00
curt mayer
f44288082c
towards a clean make and 'git status'
2020-02-16 19:03:19 -08:00
curt mayer
628bd4f4b2
source order output
2020-02-13 18:40:27 -08:00
curt mayer
0e9894012b
fixed output to match tasm's wierd .org usage
2020-01-31 22:23:14 -08:00
Curt Mayer
fac1974589
makefiles and tools for unix/osx build
2020-01-30 06:47:47 +00:00