Wayne Warthen
e43b739ddd
Remove Unused Code in CHUSB Driver, Issue #612
Thanks and credit to @hubertushirsch .
4 months ago
Wayne Warthen
2b459b1358
Add Config for ESPSD CD
- Allow card detect functionality in ESPSD driver to be controlled by a configuration variable.
4 months ago
Wayne Warthen
067363824c
ESPSD Driver Cleanup
- Includes workaround for S100 Z180 SBC data transfer anomaly
5 months ago
Wayne Warthen
a51a581d97
More ESPSD Driver Tweaks
5 months ago
Wayne Warthen
9f2bee08b6
Another ESPSD Tweak
5 months ago
Dean Netherton
ec973d0b3f
ch376native: fix issue with CH376S modules with VER 3 firmware.
The initial device discovery would return a USB STALL state. Added retry
logic to clear the STALL and try again - only retries once.
5 months ago
Wayne Warthen
a6f04b8be2
Improve ESPSD Reliability
5 months ago
Wayne Warthen
cccb51b3c4
Adjust ESPSD Driver for Firmware Updates
5 months ago
Wayne Warthen
15f22a0cb0
Missed Line in Previous Commit
5 months ago
Wayne Warthen
b82910cad8
Restore FZ80 SD Driver Ready Waits
5 months ago
Wayne Warthen
d7dc9aafa4
S100 FPGA Z80 Printer Driver Fixes
- Printer driver was showing port as NOT PRESENT even though it is always present.
5 months ago
Wayne Warthen
072774a147
More ESPSD Driver Tweaks
6 months ago
Wayne Warthen
15e44ecd8e
S100 ESP SD Driver Tweaks
- Tune timeout
- Implement card detect
6 months ago
Wayne Warthen
15f440ce4d
Support S100 ESP32 SD Card Interface
6 months ago
Wayne Warthen
e4c55edc02
S100 2CF+1SD CF Interface Support
- Implemented for FZ80 and Z180 CPU boards.
- Base I/O for FZ80 is moved from $30 to $38 to avoid conflict with FZ80 built-in CF interface.
6 months ago
Wayne Warthen
ab9e6d662d
Note Terminology Follow-up, Issue #595
Attempting to straighten out the use of "tone" vs. "note". I'm sure this isn't perfect, but hopefully better.
6 months ago
Wayne Warthen
4fa7bf0117
Note Terminology Follow-up, Issue #595
Trying to ferret out the last instances of quarter-note being used instead of eighth-note.
The comments in `audio.inc` are now confusing, but I don't know how to fix them...
6 months ago
Wayne Warthen
1d7b0d970f
USB Floppy I/O Return Flags, Issue #456
6 months ago
Dean Netherton
b6598cdcc6
ch376-native: moved secondary IO port labels from master to ch376.asm
6 months ago
Wayne Warthen
74f9daaaaa
USB Floppy Geometry Fix, Issue #456
USB Floppy Driver modified to:
- return media id for 1.44 MB Floppy (MID_FD144)
- translate CHS to LBA
At present, floppy media is assumed to be high density 1.44MB.
6 months ago
Dean Netherton
f03c68c016
ch376-native: output the configured port numbers for the ch376 native usb driver
6 months ago
Dean Netherton
aacf98a82a
ch376-native: fixes for windows build
* convert 0x??? hex literals to $??? literals
* More label shortening for windows tasm compatibility
6 months ago
Wayne Warthen
42385fd120
Fix OS Boot on Native USB, Issue #456
Minor change to ch376scsi.asm resolves an issue that caused multi-sector I/O to fail.
6 months ago
Wayne Warthen
d754e475c2
Note Terminology Follow-up, Issue #595
- The SystemGuide.md file was omitted in the last commit.
- Corrected terminology in the comments of the sound drivers.
6 months ago
Wayne Warthen
e4c5f1e1f8
Native USB Support Follow-up, Issue #456
- Regen documentation
- .EQU -> .SET in cfg_RCEZ80
- Bump version
6 months ago
Wayne Warthen
8a5f9eed2d
Fix Speaker Functionality on Specific Platforms
6 months ago
Mark Pruden
b4fe4dc7e9
MartinR-UK Fixed formatting issue with SLABEL where Slice # < 10
7 months ago
Dean Netherton
2269142a04
ch376-native: moved port definition from C code to cfg_MASTER.asm
7 months ago
Dean Netherton
7dbe9a5abb
ch376-native: updated readme notes and adjusted config for Z80 and eZ80 to not by default, enable the USB drivers
7 months ago
Wayne Warthen
0a35539d1c
Bump Version, Minor Doc Updates
- Update Layout.txt file.
- Add Cowgol Compiler Manual from @Laci1953
Co-Authored-By: ladislau szilagyi <87603175+Laci1953@users.noreply.github.com>
7 months ago
Martin Giese
9689034523
removed most references to RTC, adjusted comments
7 months ago
Martin Giese
af3401ac5b
1 bit speaker code refecatored to arbitrary ports and masks
7 months ago
Wayne Warthen
cebeee1157
HBIOS Warm Start Cleanup, See Issue #579
- @kiwisincebirth noticed some duplicative code in HBIOS related to warm starts. This has been refactored.
- A start mode code is now passed from HBIOS to RomLdr to indicate a warm or cold start. Device inventory now uses this code to display only on cold start.
7 months ago
Mark Pruden
71abbfb8fc
Trivial (Non-Functional) Changes
7 months ago
Wayne Warthen
0932a43fe7
Update invntdev.asm
Very minor optimization.
7 months ago
Mark Pruden
c884571384
Log Message Fix
7 months ago
Mark Pruden
a68467150e
Moved Device Inventory from HBIOS into a stanalone Rom App
7 months ago
Wayne Warthen
ed095285c5
More ROM Font Tweaks
Use SYS_PEEK instead of HBX_PEEK to access font data.
7 months ago
Wayne Warthen
4ad437d557
Reduce Size of RomLdr, Issue #579
Reduce size of RomLdr binary to fit in allocated space.
7 months ago
Mark Pruden
36ea53f612
Updates to RomLoader to improve UX. Dont afftec the overall functionality
7 months ago
Wayne Warthen
540475b50f
S100 Monitor Menu Key Change (again)
As pointed out by @kiwisincebirth , my prior choice of the numeric 1 conflicts with booting to disk units. Changing the menu key to the letter 'O' this time.
7 months ago
Wayne Warthen
1cba90ff15
More ROM Font Tweaks
- Add a signature to the start of the font map table to prevent accidentally applying/decompressing invalid font data.
- Improve Z280 font byte retrieval to properly restore the user mode bank.
7 months ago
Mark Pruden
f131b2486a
Added New Rom App - Slice Inventory - executed from RomLdr "S"
7 months ago
Wayne Warthen
c399864e95
S100 Monitor Menu Key Change
Changed the menu key of the S100 Monitor from 'S' to '1' in the RomLdr. This is to free up the 'S' key for a more generic use.
7 months ago
Wayne Warthen
4e49a0fede
ROM Fonts Z280 Fix
The HBX_PEEK function does not handle invocation from system mode. Implemented a workaround for this.
7 months ago
Wayne Warthen
00a6c8143a
Support Font Data in ROM
Video soft font data was occupying a large amount of space in the HBIOS bank. This change moves the font data to a ROM bank by default.
Thanks and credit to @b1ackmai1er who provided much of the code that originated this change.
Co-Authored-By: b1ackmai1er <39449559+b1ackmai1er@users.noreply.github.com>
7 months ago
Wayne Warthen
ab7c566270
Abstraction of Font File Processing
Moved common font data file processing (including decompression) into core code and removed redundant code from VDA drivers.
7 months ago
Wayne Warthen
70742d5083
Fonts in ROM
Beginning multi-step process to migrate font data to ROM.
7 months ago
Wayne Warthen
31aa305522
Rationalize Font Files
- Consolidated font files from 6 to 4 by eliminating redundant files.
- Use code page 437 for all fonts (except 8x11).
7 months ago
Wayne Warthen
9a3ef54f53
Update cfg_MASTER.asm
Change .SET to .EQU where they occur to allow TASM builds to succeed.
7 months ago