Wayne Warthen
86e55f7968
Preliminary Support for MBC
- Added new memory manager to support Andrew Lynch's MBC system.
5 years ago
Wayne Warthen
c7e4978d44
ZCPRD&J and UNZIPZ4
Contributions from Lars Nelson:
- ZCPRD&J has been slightly enhanced and a couple minor bugs fixed.
- UNZIPZ4 generally handles modern ZIP compression algorithms.
5 years ago
Wayne Warthen
b9d1cb12fe
Misc. Cleanup
- No functional changes
5 years ago
Wayne Warthen
242dc59471
FDC hardware auto-detection
- FD driver will now detect presence of FDC hardware and install if found in all standard configurations
- Does *not* detect type of FDC which must still be set in config
- Added default FD driver MODE to all configs
- Thanks to Alan Cox for the technique!
5 years ago
Wayne Warthen
099a9331bf
Miscellaneous
- Fixed Linux/MacOS build
- Fixed error reporting in some disk drivers
5 years ago
Wayne Warthen
12fea8a1d0
Fixes for MT011 in SD driver
Credit to Douglas Miller for these.
5 years ago
Wayne Warthen
ab3abb7936
CP/NET Stuff
- Added the MT011-based CP/NET work of Douglas Miller and Jay Cotton in user area 4.
- Added network boot (CP/NOS) from Douglas to Boot Loader
5 years ago
Wayne Warthen
b912761fcc
Update FAT.COM, Add MBASIC Manual
- Minor update to FAT.COM for CP/NET compatibility. Who knew the CP/NET requestor code mucks with the IX & IY register?
- Add David Reese's excellent recreation of Microsoft BASIC manual.
5 years ago
Wayne Warthen
4cbe3212a5
Allow swapping MT011 SPI ports
- Config variable SDMTSWAP will swap the logical order of the SPI ports of MT011
- Updated COPY.COM from v1.72 -> v1.73
5 years ago
Wayne Warthen
41061179b5
Miscellaneous
- Improved Linux build to pass actual processor type to uz80as
- Modified Z280 system timer to handle faster CPU clocks accurately
5 years ago
Wayne Warthen
ca55193d23
Added a few single-sided formats to FDU
5 years ago
Wayne Warthen
0053a840b7
Support ZZRCC
5 years ago
Wayne Warthen
953dd70052
Z180 Invalid Opcode Tweaks
Thanks and credit to Phillip Stevens for his significant contributions to this enhancement.
5 years ago
Wayne Warthen
4791d5f040
Perliminary support for Sergey's Z80-512K
- Watchdog functionality will be enabled if a system timer is operational.
- LED indicates boot progress and thereafter disk I/O.
5 years ago
Wayne Warthen
8945580ff5
Z280 Cleanup
- Z280 UART MODE command support
- BNKCALL handles calls into HBIOS using system mode
5 years ago
Wayne Warthen
2d12da4903
Z280 Internal UART Support
Z280 UART can only be used w/ native memory & interrupt mode 3.
5 years ago
Wayne Warthen
a3a60fca98
Regenerate Documentation
5 years ago
Wayne Warthen
1b185bd7f9
Regenerate documentation
5 years ago
Wayne Warthen
f147e902a4
Update FDU for SmallZ80 I/O Port Changes
Also regenerate PDF documents.
5 years ago
b1ackmai1er
17cfce2a12
md updates
Trim flash portions of driver. with flash filesystem enabled, rad routine now used flash drive code to read 4k secctors. Twice as slow as normal rom read routine.
5 years ago
Wayne Warthen
7d4f01e9af
MD Driver Bug Fixes
Corrected to return accurate block size (credit to Phil Summers) and to show correct capacity during boot.
5 years ago
Wayne Warthen
f9662479b4
Fix Doc Typo per Issue #161
5 years ago
Wayne Warthen
42db238cdb
Update FLASH.COM Application
Update Will Sowerbutts' FLASH.COM to v1.3.4.
5 years ago
Wayne Warthen
0ac5e4e239
Add TCVIEW and Z3LOC
Added ZCPR utilities TCVIEW and Z3LOC to ZPM disk image.
5 years ago
Wayne Warthen
69b2293201
Build Tweaks
5 years ago
Wayne Warthen
87d95f1ce8
Support PropIO V2 on RC2014 Bus
Updated config files to improve support for Colin MacArthur's PropIO V2 board for RC2014 bus
5 years ago
Wayne Warthen
2eff2f6888
Finalize Ed Brindley YM/AY v6 Support
5 years ago
Wayne Warthen
5919a796a7
Tiny Z80 Support
Propagated Sergey's Tiny Z80 support into dev branch.
6 years ago
Wayne Warthen
339c6620a2
ZRC support courtesy Bill Shen
6 years ago
Wayne Warthen
7c23f8c431
Regenerate Docs and bump Version
6 years ago
Wayne Warthen
8ef4456323
Multiple
- Complete initial support for Karl's Z280 module w/ 512K RAM/ROM module
- Allow swapping Z180 serial ports via ASCISWAP config variable
- Fix Z180 include file per Issue #141 from J.B. Lang
6 years ago
Wayne Warthen
9857dda5b5
Finish DEVICE API extension
6 years ago
Wayne Warthen
b3ec557ab9
CIO DEVICE API update
- Updates DEVICE call for all CIO devices to return unit mode and I/O base address
- Improved experimental XModem (XMX.COM) that uses direct hardware I/O for UART and USB-FIFO devices
6 years ago
Wayne Warthen
e5860f90c5
Cleanup
6 years ago
Wayne Warthen
2227e2a32a
Update Note/Octave Table
- Updated formatting of the Note/Octave Table in the Architecture document because Markdown does not support column spanning.
6 years ago
Wayne Warthen
cbb963b1ea
XModem Improvements
New **experimental** adaptation of XModem called XMX.COM:
- Fixes occasional "stall" at startup (I think)
- Reduces HBIOS overhead substantially
- Automatically uses the console port no matter what COM port the console is on
6 years ago
Wayne Warthen
3eac8d164c
Cleanup
- Minor build script cleanup for DUART driver
6 years ago
Wayne Warthen
5c565f8c3e
Miscellaneous
- CP/M 3 loader space improvement
- Minor doc update (thanks Radek)
- Preliminary diag level management
- Minor cosmetic bugs
6 years ago
Wayne Warthen
3f46921c6c
Change PANIC behavior a bit
- Also includes a fix for a build issue in PPIDE identified by Richard Deane.
6 years ago
Wayne Warthen
c0410624b5
CP/M 3 improvement in SYSCOPY
- Under CP/M 3, sectors per track must be adjusted for physical sector size.
6 years ago
Wayne Warthen
6afc56a7ca
More system restart options
6 years ago
Wayne Warthen
2dec8dacc9
Improve Build and Doc for CP/M 3 and ZPM3
- Put CP/M 3 and ZPM3 built system files into Binary directory to make them easier to access for manual upgrades.
- Improve upgrade documentation.
6 years ago
Wayne Warthen
84d206ced4
Misc. Cleanup
- Regenerate documentation
- Improve CP/M 3 drive assignment handling
- Fixed SYSCOPY issue with new partition handling
6 years ago
Wayne Warthen
2aa43a8063
Propeller VGA Signal Timing Update
- Propeller VGA signal now uses 60Hz refresh for better compatibility with all VGA monitors
6 years ago
Wayne Warthen
33da94a4bd
Regenerate Doc
6 years ago
Wayne Warthen
1859eb0310
Experimental partition support
6 years ago
Wayne Warthen
ee0fac37f9
Early partition table support
Adding infrastructure for partition table support. Backward compatible. Not ready for end user usage yet.
Bumped version to 3.1.1 to demarcate this change.
6 years ago
Wayne Warthen
74e79a6c59
Regenerate Doc, Bump Version
blah, blah, blah
6 years ago
Wayne Warthen
1a8cfb91e7
Changes from Dean Netherton
- Allow immediate autoboot (no timeout)
- Allow configuring number of floppy devices
6 years ago
Wayne Warthen
e418b04c3e
Regenerate Documentation
6 years ago