Wayne Warthen
71a8b2b177
Finalize p-System Implementation
- Implemented Extended BIOS functions
- p-System slices moved into partition
3 years ago
Wayne Warthen
979e763739
Introducing p-System IV.0 for RomWBW
A full implementation of UCSD p-System IV.0 for RomWBW. Derived from the official Z80 Adaptable p-System.
My first real programming was on this system. So many memories...
3 years ago
Wayne Warthen
d5f0699fc3
Regen Docs and Bump Version
3 years ago
Wayne Warthen
2dd9edd8ca
Regenerate Docs and Bump Version
3 years ago
Wayne Warthen
1681e159bd
CP/NET update from Douglas Miller
Minor rev, but includes a fix for CPNBOOT.
3 years ago
Wayne Warthen
3b8973fa12
ZDE Updates from Lars Nelson
Lars has corrected some time stamp deficiencies in ZDE 1.6. It is now v1.8.
3 years ago
Wayne Warthen
73b0a3d941
User Defined SD Interface
Integrated code from Lanea to allow for an easy way to define a custom SD Card interface. CSMODE_USR is not yet complete or tested!
3 years ago
Wayne Warthen
0c92c69ed8
Regenerate Documentation
Regenerated documentation to pick up Phil's updates.
3 years ago
Wayne Warthen
aceef15481
Support DS1501 RTC
jpelletier provided a DS1501 RTC driver. This commit integrates the driver into HBIOS.
4 years ago
Wayne Warthen
f0def03d0e
ZCPR-D&J Fixes
Lars Nelson found a couple issues with ZCPR-D&J and provided an update:
- Buffer overflow
- Failure of default drive/user
4 years ago
Wayne Warthen
aa93eb62f2
Refresh Documentation
4 years ago
Wayne Warthen
7549789248
Finalize ROM-Less Booting
4 years ago
Wayne Warthen
5d81574226
Preliminary Support for ROMless Booting
4 years ago
Wayne Warthen
51d9bdb655
Minor ASSIGN Fixes, Add 2PIOTST
- Improved ASSIGN operation under CP/M 3 to better handle BIOS function invocations
- Added 2PIOTST for testing the DUALPIO MBC board
- Increased default RAM drive size for ZRC
4 years ago
Wayne Warthen
214ed54584
Miscellaneous
- Fix build under Windows (credit to Dean Netherton for finding this).
- Fix ReadMe.md file format to remove superfluous junk at top.
- Improve RAM size detection (work in progress, not part of normal build).
4 years ago
Wayne Warthen
92399fe537
More CPUSPD Tweaks
I know I said I was done, but I found a few more things I decided to tweak. Functionality is unchanged.
4 years ago
Wayne Warthen
b6aa769f12
Finalize CPUSPD
The CPUSPD app is now considered stable and fully supported. I have added the application and the API's to the documentation.
4 years ago
Wayne Warthen
21a38aed6e
CPU Speed Change API
- Moved the CPU speed changing mechanism into the HBIOS as an API call.
- Added support for CPU speed changing on Z180 platforms.
4 years ago
Wayne Warthen
52cd458e76
Add PS2INFO
- Replaced kbdinfo with more comprehensive ps2info
- Started process of clarifying licensing
4 years ago
Wayne Warthen
da71f225ca
ZPM3 Fixes
- Fixes to ZPMLDR to make it functional with RomWBW.
- Incorporate fixes from the Jon Saxton disassembly in ZPM3 itself.
- Credit to Lars Nelson for finding the ZPM3 source (disassembly).
4 years ago
Wayne Warthen
3b345f8525
Add Linux Disk Imaging Doc
4 years ago
Wayne Warthen
b544384225
Sync Windows Build
- Latest changes to Linux/MacOS build needed to be added to Windows build to restore binary identical build results.
4 years ago
Wayne Warthen
6b81146286
BPBIOS & Doc
- Updated transient SAVE command in BPBIOS with version 17 from Lars Nelson
- Updated document build process to improve consistency between documents.
4 years ago
Wayne Warthen
d9d95e76dc
Regen Documentation
4 years ago
Wayne Warthen
475596b7b4
Update Document Creation Process
- Add proper Build and Makefile files in Source/Doc directory
- Switch preprocessing from pp to m4 which is more supportable across platforms
- Building of documentation is still done manually as needed, but it is now easy to do under either Windows or Linux using provided files
4 years ago
b1ackmai1er
be1fb0836f
dma updates
4 years ago
Wayne Warthen
faa9db9394
Regen Doc
4 years ago
Wayne Warthen
04acb4102a
BPBIOS Sync
4 years ago
Wayne Warthen
ccdd2091c1
Regen Doc
4 years ago
b1ackmai1er
7bfedd9ed0
Minor doc updates
4 years ago
Wayne Warthen
cd37599444
Test Apps Linux Build
- Complete the reorganization of the test apps by implementing Makefile changes.
4 years ago
Wayne Warthen
ddb3169c28
HDIAG work in progress
- HDIAG updates
- Regen documentation updates from Phil
- Fix ZZR config
4 years ago
Wayne Warthen
f8e0fb3a6f
HDIAG Early Development
- Initial framework. Just boots up and displays startup messages.
4 years ago
b1ackmai1er
9873c1a366
Documentation updates
4 years ago
b1ackmai1er
6c82fd1f0c
typos and updates
4 years ago
Wayne Warthen
d6783e5a6e
Regen Doc
4 years ago
Wayne Warthen
14b005d64e
UART Driver Interrupt Driven Receive
- The UART driver has been enhanced to allow use of interrupt driven receive buffer and RTS flow control. It will only be used if enabled and the chip detected has no auto-flow control capability.
4 years ago
Wayne Warthen
b117fe4e18
Regen Doc
- Pickup doc updates from Phil.
4 years ago
Wayne Warthen
37cb6d7d19
Misc
- Regen doc to pick up changes from Phil.
- Add rz/sz applications (CP/M 3)
4 years ago
b1ackmai1er
63d9867705
Formatting and typo fixes and some stuff about Forth
4 years ago
Wayne Warthen
615454a5bc
Regen Doc
- Pick up changes in ROM Applications document from Phil.
4 years ago
Wayne Warthen
c6207155f6
Regen Documentation
Picking up changes to "ROM Applications" from Phil.
4 years ago
Wayne Warthen
219c7d12e2
More Disk Image REfactoring
- The NZCOM disk image is now a fully configured, ready-to-run disk image.
- Working on ReadMe.txt files for each of the disk images.
4 years ago
Wayne Warthen
e1cb974e76
ROM Applications Document
Phil's new ROM Applications document has been added to the documents generated and added to the /Doc directory.
4 years ago
Wayne Warthen
4f941de39c
Miscellaneous
- Improve handling of RTC latch shadow
- Hardware auto-detect on DSKY and DSKYNG
- Regen documentation
4 years ago
Wayne Warthen
8b9be05bea
Continuing Disk Image Cleanup
- Reorganized most of the "common" files into special directories.
- Fixed bug affecting application boot related to ROM checksum test.
- Added support for LiNC sound card at default port address.
5 years ago
Wayne Warthen
65c5f973e4
Add Z80 Instruction Test
A suite of Z80 instruction test applications has been added to user area 5 of CP/M 2.2 and ZSDOS disk images.
The location of these applications is likely to change.
5 years ago
Wayne Warthen
5e12bc3199
ROM Checksum & Verification
A ROM checksum is now imbedded at the end of the ROM code banks. At boot, this checksum is verified with results displayed during boot.
5 years ago
Wayne Warthen
150a02358e
Support MBC FDC in HBIOS
- Not yet tested.
5 years ago
Wayne Warthen
aa29fe79f6
Regen Documentation
5 years ago