b1ackmai1er
9d7adbec63
Spelling
1 year ago
b1ackmai1er
2d1811dcb4
Typos
1 year ago
b1ackmai1er
cfa86a9f2a
Spurious interrupt fix.
1 year ago
b1ackmai1er
7a663e2a3c
Use IY to retrieve status and data port values from idat tables.
1 year ago
b1ackmai1er
1a73a9614b
Initialize interrupt vector after kbd controller detected
1 year ago
Wayne Warthen
f03dcf7193
Clean Up NVRAM Switch Terminology
- Essentially, switch from the term "default boot" to the term "boot options".
See Issue #451
1 year ago
b1ackmai1er
64dbf4ff35
EZZ80_IO fixes
1 year ago
Wayne Warthen
edd0e58031
Help Text Update in sysconf, See #451
- Per Issue #451 , minor correction to help text in sysconf.asm.
Co-Authored-By: Mark Pruden <github@mp.tidykiwi.com>
1 year ago
Wayne Warthen
887311827a
RomLdr Tweaks
- Related to #451
1 year ago
b1ackmai1er
ce98947d07
Cleanup
1 year ago
b1ackmai1er
5d92341189
PS2 Interrupt driven keyboard for Duo
For keyboard interface on I/O Multi board. Default is disabled. Requires interrupt #2 jumper set on I/O Multiboard, which is pin 11-12 in P5. Has limitations around port settings. Do not have a video card on my Duo so have been forcing a video driver to load and testing with PIP CON:=UR2: . Let me know what you think.
1 year ago
Wayne Warthen
9c51d56c6a
Refactor RomLdr
During testing of the NVRAM Switch changes (#451 ), I found some pre-existing stuff I didn't like, so I have tried to clean things up.
- BOOT_DEFAULT has been replaced by AUTO_CMD
- There is no longer a "default" boot loader command when pressing <enter>.
1 year ago
Wayne Warthen
14486c0276
AutoBoot Tweak
- Remove "default" boot concept.
1 year ago
Wayne Warthen
6c96afcb5a
NVRAM Follow-up
- Minor documentation enhancements
- Add "Autoboot in nn Seconds..." message to RomLdr
1 year ago
b1ackmai1er
925b2870eb
revert bad push
1 year ago
b1ackmai1er
65413e50d1
Fix initialization table setup for duo recovery
1 year ago
b1ackmai1er
a0ae357d9b
Pretty Platfrom Boot Banner
Defaults to off due to HBIOS space considerations.
Add BOOT_PRETTY .SET TRUE to custom configuration to enable.
1 year ago
b1ackmai1er
e6b2cf7f55
Typos
1 year ago
b1ackmai1er
b0bafb70e4
Typo
1 year ago
b1ackmai1er
2fccb9dac7
MBC recovery mode default, document corrections
1 year ago
b1ackmai1er
7f07af1b62
Reimplement Duodyne boot recovery
Add feature description in documentation.
1 year ago
Mark Pruden
9713ca445c
Documenation changes for the NVRAM changes
1 year ago
Mark Pruden
f6ef90fe14
Build changes as discussed with WW and documented in Issue 451
1 year ago
Mark Pruden
7a87dd6805
RomLoader changes to implement NVRAM config, and relatd changes to HBIOS/SysConfig
1 year ago
Wayne Warthen
c60d46d773
Enable SD by Default in RCZ80_std Config
- An additional SD Module has been developed by Stephen Cousins. Since this module will be distributed as a kit, I think it makes sense to enable support by default. It will do nothing on systems without an SD Module.
1 year ago
Wayne Warthen
72527366cb
Follow up to Initial NVRAM Changes
See notes in Issue #451
1 year ago
Wayne Warthen
c7923bbcff
Miscellaneous Disk Image Cleanup
- Per Mark Pruden, corrected NZCOM user area specification for CP/M 2.2 files.
- Added some DRI files to CP/M 3 that are documented in the CP/M 3 documentation (LIB, LINK, MAC, RMAC, XREF). They are duplicated in CP/M 2.2 image, so this should be reviewed at some point.
- Added XREF to CP/M 2 disk image for consistency with CP/M 3.
- Updated Catalog.md per Mark Pruden to eliminate obsolete column from table.
1 year ago
Mark Pruden
29b2bec1e7
Initial NVRAM Changes, for HBIOS including public API, sysconfig app, build changes
1 year ago
Dean Netherton
fa45185945
msx-keyboard: corrected implementation of msx-keyboard's integration to the timer tick handler
1 year ago
Wayne Warthen
42e50889be
Refactor ROM Loader Baud Rate Change
- The baud rate change functionality in ROM Loader was refactored to reduce it's size and be consistent with the approach used in the MODE command.
1 year ago
Mark Pruden
1f383a3639
Fix: If the Slice=0 and No CPM partition, boot the disk, ignore all Calculations and checks.
1 year ago
Wayne Warthen
f3e0de4a97
Fix Fuzix Boot
- Minor issue in recent updates to Boot Loader broke Fuzix loading. This is corrected.
1 year ago
Willy De la Court
9b99a400f9
Disable LCD as this board does not support it.
1 year ago
Mark Pruden
00b6121391
Move HBIOS SYSGET_DIOMED Function to new high level function
1 year ago
Wayne Warthen
75e10b64e3
Missing Comment Markers, Issue #435
1 year ago
Mark Pruden
d7b7b8096e
Minor tweekas after last commit
* Moved DIOMED_MID variable - so it would be overwritten at start of main Calculation
* Removed code in SYS_GETDIOMED1A - since SYS_GETDIOMED6A did exactly this anyway
* Removed code that set MID_HD - since it would now already be set.
1 year ago
Wayne Warthen
3c1f1ac70a
SYSGET_DIOMED Early Return Fix
- Updated SYSGET_DIOMED to return Media ID when function returns early (non-HD).
1 year ago
Mark Pruden
65ca9af785
cbios changes to use HBIOS for Drive Slice Selection
1 year ago
Mark Pruden
06d9561f37
Improvements to HBIOS (a) SYSGET DIOMED : If Slice > 0 for NON High Capacilty drives now returns an error (b) SYSGET DIOMED now returns device attributes in Reg B (c) Documentation improvements
1 year ago
Mark Pruden
af0848f138
Rom Loader now uses new HBIOS SYS_GET DIO_MED function to retrieve Slice Sector and media ID, during disk boot
1 year ago
Wayne Warthen
6500d243eb
Update ide.asm
1 year ago
Mark Pruden
497e5333c4
Added new HBIOS Function SYSGET_DIOMED
1 year ago
Wayne Warthen
9ad58ac59c
Front Panel Switch Support for eZ80
1 year ago
Wayne Warthen
fb9f9774d7
eZ80 Compatibility Enhancements
See Issue #400
1 year ago
Wayne Warthen
5239eed0e8
DSKY Tweaks
1 year ago
Wayne Warthen
70a961ad55
Update COPYSL to v0.2 from Mark Pruden
Co-Authored-By: Mark Pruden <github@mp.tidykiwi.com>
1 year ago
Wayne Warthen
08a53f54d0
Refactor DSKY
1 year ago
Dean Netherton
4618de6621
ez80: updated reference to renamed firmware repo
1 year ago
Wayne Warthen
207fe5f927
Minor
- Cosmetic
- Add eZ80 to LCD driver
- Minor fix in uz80as
1 year ago
Dean Netherton
a69797d0cf
ez80: adjusted I/O bus timings
1 year ago