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
2eb4e5606c
Merge pull request #604 from mggates39/feature/UpdateProgrammingDemos
Update programming demos
6 months ago
Wayne Warthen
15f440ce4d
Support S100 ESP32 SD Card Interface
6 months ago
Marshall Gates
1a8f03b322
Clean up bad end of file markers
6 months ago
Marshall Gates
2d2696d22c
Add HiTech C Sample source code
6 months ago
Marshall Gates
090d26b2af
Rename development demo combo defintion example file so that it actually works
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
a68ae0cd24
Minor Documentation Updates
6 months ago
Wayne Warthen
45ac5cb3be
Merge pull request #603 from mggates39/dev/BoatFest_Talk
Add Sample Hello World Source Code
6 months ago
Marshall G. Gates
21f7dfc4fb
Renamed demo_dev combo to example
6 months ago
Marshall G. Gates
d92fb77f11
Added a development combo disk defintion
6 months ago
Marshall G. Gates
4006bc0224
Added Cobol to the Readme
6 months ago
Marshall G. Gates
0d5681d2db
Merge branch 'master' into dev/BoatFest_Talk
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
14a9f51efe
Merge pull request #602 from wdl1908/master
Include BASEIMGS in dependency tracking
6 months ago
Willy De la Court
a052b145fe
Include BASEIMGS in dependency tracking to generate images that have no *.txt to define the content
6 months ago
Wayne Warthen
1d7b0d970f
USB Floppy I/O Return Flags, Issue #456
6 months ago
Wayne Warthen
ddeb6ce48b
Merge pull request #601 from dinoboards/dean/ch376-cleanup-port-labels
ch376-native: moved secondary IO port labels from master to ch376.asm
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
Wayne Warthen
dddffac68f
Merge pull request #600 from dinoboards/dean-ch376-include-ports-in-boot
ch376-native: output the configured port numbers for the ch376 driver
6 months ago
Dean Netherton
f03c68c016
ch376-native: output the configured port numbers for the ch376 native usb driver
6 months ago
Wayne Warthen
8c629c637d
Improve Custom Hard Disk Image Doc, Issue #597
6 months ago
Wayne Warthen
2dba16c62d
Fix ASSIGN for Multiple Floppy Drivers
ASSIGN was assuming that the "FD" floppy driver was the only floppy driver. This change properly recognizes any driver that indicates it is a floppy driver.
6 months ago
Wayne Warthen
90bb60d423
Fix CBIOS for Multiple Floppy Drivers
CBIOS was assuming that the "FD" floppy driver was the only floppy driver. This change properly recognizes any driver that indicates it is a floppy driver.
6 months ago
Wayne Warthen
52bf7a56e3
Improve Custom Hard Disk Image Doc, Issue #597
6 months ago
Wayne Warthen
0a0f2f8a4b
Merge pull request #598 from dinoboards/dean-ch376-fix-for-windows-pr
ch376-native: fixes for windows build
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
a75dada16e
Correct Note Terminology, Issue #595
Modified System Guide to refer to Eighth Notes instead of Quarter Notes per guidance in associated issue.
6 months ago
Wayne Warthen
e5a98ec501
Minor Follow-up to Native USB Support, Issue #456
- Update device mask in ASSIGN application
- Update doc to credit @dinoboards
6 months ago
Wayne Warthen
0a8b4355c9
Merge pull request #596 from dinoboards/dean-include-usb-for-assign
ch376-native: extended assign to support new device type usb
6 months ago
Dean Netherton
bd6e374d72
ch376-native: extended assign to support new device type usb
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
a29c6f35c7
Merge pull request #592 from dinoboards/dean-ch376-usb-native-8
CH376 Native USB Driver
6 months ago
Wayne Warthen
c5da5b60a8
Minimal Doc of Revised Disk Image Creation Process
6 months ago
Wayne Warthen
8a5f9eed2d
Fix Speaker Functionality on Specific Platforms
6 months ago
Wayne Warthen
5a70c0bd38
Fix Images Makefile for MacOS Compatibility (again)
7 months ago
Wayne Warthen
edfb568c82
Fix Images Makefile for MacOS Compatibility (again)
7 months ago
Wayne Warthen
d35207c7a8
Fix Images Makefile for MacOS Compatibility
7 months ago
Wayne Warthen
347223fa02
Image Creation Refinements, Issue #576
- Determine slice images to create dynamically based on the hd_xxx.txt and fd_xxx.txt files.
- Add a volume label directive to the hd_xxx.txt and fd_xxx.txt files.
- Add a system image directive to the hd_xxx.txt and fd_xxx.txt files.
7 months ago
Wayne Warthen
d259411e72
Merge pull request #594 from kiwisincebirth/map/doc-classic
Replaced "Legacy" (disk layout) with "Classic"
7 months ago
Mark Pruden
2bb559d29a
Replaced "Legacy" (disk layout) with "Classic"
7 months ago
Wayne Warthen
5855dafac6
Merge pull request #593 from kiwisincebirth/map/slabel-fix
MartinR-UK Fixed formatting issue with SLABEL where Slice # < 10
7 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