Wayne Warthen
80e514e5d4
Improve Cowgol Catalog Documentation
8 months ago
Wayne Warthen
54b48da071
Update release.yml
8 months ago
Wayne Warthen
1b2f452373
Move Online Doc Build to Release Workflow
The build process for the online documentation site has not changed, it was just moved to the Release workflow so it will be a little more stable.
8 months ago
Wayne Warthen
4f25b011e1
KERMIT File Mode Default to Binary
KERMIT (for CP/M 2.2 and 3) was originally using a file transfer mode called "DEFAULT". This mode tried to accommodate binary or ASCII files, but could result in file corruption. As suggested by @PeterOGB , the BINARY setting is much safer. This is now the built-in default setting.
Co-Authored-By: PeterOGB <7755057+PeterOGB@users.noreply.github.com>
8 months ago
Wayne Warthen
6c95a4285a
Xosera Follow-up
- Change 0x prefixes to $ prefixes for TASM
- Regen documentation
8 months ago
Wayne Warthen
f2e42dd9d8
Merge pull request #565 from codesmythe/xosera2
Add VDA driver for Xosera, an FPGA-based video controller.
8 months ago
Rob Gowin
936a3958a5
Add VDA driver for Xosera, an FPGA-based video controller.
8 months ago
Wayne Warthen
eb8b76819d
MkDocs Follow-Up
8 months ago
Wayne Warthen
11bc9703c0
Merge pull request #563 from codesmythe/test04
Fix links in online docs to not link to PDF files.
8 months ago
Rob Gowin
9a77d7f93e
Fix links in online docs to not link to PDF files.
Now when online docs are build, `gpp` is called with
a `-DGFM` argument, which `Basic.h` uses up to create
the proper links.
8 months ago
Wayne Warthen
2f5cf8fce4
Add Bounds Check to md.asm, Issue #560
Added checks to prevent HBIOS API read/write calls from access RAM or ROM banks outside of the banks allocated for RAM/ROM disk.
8 months ago
Wayne Warthen
0d0360b277
Enhanced Hi-Tech C Compiler Files, Issue #521
Added the enhanced Hi-Tech C Compiler components from @Laci1953 to user area 1 of the Hi-Tech Compiler disk images.
Co-Authored-By: ladislau szilagyi <87603175+Laci1953@users.noreply.github.com>
8 months ago
Wayne Warthen
7515359c3f
Regen Docs
8 months ago
Wayne Warthen
30a89dedbd
Move Docs Build After Upload Artifact
8 months ago
Wayne Warthen
f5e1987367
Merge pull request #562 from codesmythe/test03
Use GFM version of ReadMe.md for MkDocs.
8 months ago
Rob Gowin
45222d6b2a
Use GFM version of ReadMe.md for MkDocs.
8 months ago
Wayne Warthen
3513b220c0
Improve ROM Layout Management, Issue #554
General cleanup and refactoring of the ROM bank layout mechanism in the build scripts. This will make it easier to add and adjust the components in the ROM banks.
This commit does not yet implement the pending bank layout changes. Those will be part of the next commit.
8 months ago
Wayne Warthen
81278afefe
Merge pull request #561 from codesmythe/test02
Add flow to generate documentation page via MkDocs and GitHub Pages
8 months ago
Rob Gowin
eaca39b557
Add steps to commit GH action to deploy docs to GitHub Pages.
8 months ago
Rob Gowin
27864e8128
Add flow to generate docs using MkDocs.
Source/Doc/Makefile:
- add steps to 'deploy_mkdocs' target to generate MkDocs input.
- change default image extension for GFM output to SVG.
Source/Doc/mkdocs.yaml:
New config file for 'mkdocs build.'
8 months ago
Wayne Warthen
ec77861fae
Update ReadMe.txt in CPM22 Folder
Add attribution comments for CCPB03.ASM and BDOSB01.ASM per Bill Beech.
8 months ago
Wayne Warthen
52ea94161c
TUNE Delay Switch, Issue #558
- Add a -DELAY switch to the TUNE command line to force the use of delay mode for note pacing. Issue #558 Credit to @robbbates for suggesting this.
- Add missing include file logic for DS1307, Issue #556 . Credit to @tpycio .
- Miscellaneous documentation improvements per Peter Onion and Petr Antos.
8 months ago
Wayne Warthen
ed77b3ef84
Fix Char Device Name Display, Issue #557
An extraneous character device enumeration string had not been deleted as needed. This has been fixed.
Thanks and credit to @PeterOGB .
8 months ago
Wayne Warthen
2f61c3fc81
Correct DS1307 Boot Date/Time Display, Issue #556
DS1307 driver (ds7rtc.asm) was displaying an erroneous date/time in the boot messages. The HBIOS API data was OK. Credit and thanks to @tpycio for identifying this issue.
8 months ago
Wayne Warthen
2ffd248eb5
LPT Driver Boot Messages, Issue #555
LPT driver will now display hardware that is not detected. Thanks and credit to @robbbates .
8 months ago
Wayne Warthen
ed4ced1ab6
Update hbios.asm
- Missed one label change in previous commit.
8 months ago
Wayne Warthen
77d201f9d3
CPU Speed LCD Dynamic Update, Issue #520
- Enable dynamic update of CPU speed display on LCD.
8 months ago
Wayne Warthen
3e1e640bb3
Minor PCF Changes
- Slightly modified to be more consistent with typical RomWBW driver config.
8 months ago
Wayne Warthen
5c6ccbf0d3
Merge pull request #552 from wdl1908/master
gitignore Fixes and cleanup
8 months ago
Wayne Warthen
4559608aa5
Hardware Doc Fix, Issue #551
Thanks and credit to @PeterOGB for pointing this out.
8 months ago
Willy De la Court
e0b6a23e4a
gitignore Fixes and cleanup
8 months ago
Wayne Warthen
f42c53f9e5
Merge pull request #545 from wdl1908/master
Some enhancements to the pcf driver.
8 months ago
Wayne Warthen
9563ae4c15
Merge pull request #549 from mggates39/feature/add_cobol_image
Add MS-COBOL Disk image
8 months ago
Wayne Warthen
331a55ec89
Update ver.lib
8 months ago
Wayne Warthen
6fec2aaf90
Initialize v3.6 Development
8 months ago
Wayne Warthen
27ec33e007
Update RELEASE_NOTES.md
8 months ago
Wayne Warthen
275291e61f
Update RELEASE_NOTES.md
8 months ago
Wayne Warthen
ee6621cc63
Finalize v3.5.1
8 months ago
Marshall Gates
57007a60fc
merge branch 'feature/add_cobol_image' of https://github.com/mggates39/RomWBW into feature/add_cobol_image
8 months ago
Marshall Gates
e048febffb
Update the Makefile to include the COBOL disk images
8 months ago
Marshall G. Gates
12e76b3434
Merge branch 'master' into feature/add_cobol_image
8 months ago
Marshall Gates
aa6375c093
Adding MS-COBOL-80 Disk Image
8 months ago
Wayne Warthen
9599a2c37b
Bump Version
9 months ago
Wayne Warthen
f5f3927e69
Merge pull request #547 from kiwisincebirth/map/hw-final2
Improved HW Doc for some profiles, Moved Errata section
9 months ago
Mark Pruden
696b737612
Improved HW Doc for some profiles, Moved Errata section
9 months ago
Wayne Warthen
09e868eec0
Minor Update to Introduction Document
- Credit Mark Pruden for SLABEL.
9 months ago
Wayne Warthen
6cbe5ad9b7
Merge pull request #546 from kiwisincebirth/map/hw-doc-final
Improvements to HW Doc
9 months ago
Mark Pruden
5976afce2e
Added another link
9 months ago
Mark Pruden
8581f477d2
Minor improvement to Bill Shen's configurations.
9 months ago
Mark Pruden
7d3bc01899
fix typo
9 months ago