Dean Netherton
b62b8639a6
ch376-native: updated keyboard driver
1. fix handling of caps-lock
2. removed support for returning scancode/bitfields for hbios call
9 months ago
Dean Netherton
253b92377d
ch376-native: reverted usb keyboard extensions
9 months ago
Dean Netherton
b006343740
ch376-native: implemented ez80 delegated version of ufi driver
9 months ago
Dean Netherton
f0133d1b1b
ch376-native: ufi driver refactor - removed use of bit fields to ensure compatibility with other c compilers
9 months ago
Dean Netherton
d1722923fd
ch376-native: added new config CHNATIVEEZ80 to enable use of ez80's firmware version of usb support
9 months ago
Dean Netherton
242c004749
ch376-native: keyboard: cleaner separation of concerns
9 months ago
Dean Netherton
e24860f474
ch376-native: minor code cleanup
9 months ago
Dean Netherton
ecb95cc161
ch376-native: refactor clear separation of driver and usb functions
9 months ago
Dean Netherton
4e23c9104d
ch376-native: refactor usb scsi/ufi function to replace use of config* with dev_index int
9 months ago
Dean Netherton
179abe7087
ch376-native: refactor: separating driver state and hbios state
9 months ago
Dean Netherton
2b5a224a4f
ch376-native: refactor: moved drive index tracking logic out of drivers into usb framework
9 months ago
Dean Netherton
c350d153da
ch376-native: optimised calling convention for usb_init
9 months ago
Dean Netherton
347b7e6a06
ch376-native: refactor: extracted chnative_init to its own file
9 months ago
Dean Netherton
802c1b41ff
ch376-native: refactored usb init/enumerating
9 months ago
Dean Netherton
7e8560f9a9
ch376-native: fixed issue with enumerating devices with interfaces containing no endpoints
9 months ago
Dean Netherton
580d7761e1
ch376-native: cleaned up formatting for ch376inc.h
9 months ago
Dean Netherton
149ab3ca8a
ch376-native: bumped to version 3.5.1-rc.0+ch376native
10 months ago
Dean Netherton
b7234d339a
ch376-native: fixed usb scsi/ufi issue with reading/writing more than 512 bytes in one invocation
10 months ago
Dean Netherton
9abba42df7
ch376-native: keyboard int handler optimisations
10 months ago
Dean Netherton
22c26dba36
ch376-native: UKY_STATE: usb extension returns a 'buffered' hid report (upto 8)
10 months ago
Dean Netherton
7e9c08993d
ch376-native: UKY_STAT extended to also return current USB key report
10 months ago
Dean Netherton
3f6fc215e9
ch376-native: UKY_READ fixed issue with incorrect H value when no characters in buffer
10 months ago
Dean Netherton
62d5a7b825
ch376-native: leds default to off and on during activity
10 months ago
Dean Netherton
2b1d703c4e
ch376-native: further reduce some of the hardcoded delay for i/o operations
10 months ago
Dean Netherton
b98c506baf
ch376-native: reduce some of the hardcoded delay for i/o operations
10 months ago
Dean Netherton
60cf40f0b8
ez80: EZ80_MEM_MIN_WS adjusted from 0 to 1
10 months ago
Dean Netherton
9c96e7c7a2
ch376-native: fixed issue with TMSMODE_MSXUKY selected when no usb keyboard is present on boot
The TMS driver would always install a USB keyboard pooling interrupt, despite no keyboard present
This would load the CPU and prevent other I/O operations
10 months ago
Dean Netherton
ce0d04226e
ch376-native: extended CHNATIVEFORCE option to wait upto approx 5 seconds for at least one connected device
11 months ago
Dean Netherton
eec2147826
ch376-native: applied z88dk version 20250224
11 months ago
Dean Netherton
93d7c7ed77
ch376-native: fixed and extend indicator led operation
1 year ago
Dean Netherton
1a44fbee0f
ch376: implemented CTRL key combinations
1 year ago
Dean Netherton
9cbd8937d7
ch376-native: keyboard driver now support CAPS LOCK key
1 year ago
Dean Netherton
ca6979d97e
ch376: increased rate of keyboard scanining and considers all keycodes state transmitted
1 year ago
Dean Netherton
72ec983c4f
ch376: added build option CHNATIVEFORCE to always force detection of module on boot
1 year ago
Dean Netherton
bf2a45f83e
ch376-native: updated github action build scripts to also attempt to transpile driver from c to assembly
1 year ago
Dean Netherton
3f8bc43596
ch376-native: enabled usb drivers for z80 config
1 year ago
Dean Netherton
e6143beb25
ch376-native: attempt to fix issue with slices not working - restored drive_index counter
1 year ago
Dean Netherton
db0afaedfa
ch376-native/ez80: timing adjustments
1 year ago
Dean Netherton
a92bd780c8
ch376-native: removed some intermediate files that should not have beeen committed
1 year ago
Dean Netherton
04dbb0e4bb
ch376-native: some cleanup of build process and an initial readme added
1 year ago
Dean Netherton
601ddee38b
usb-keyboard: working (limited)
1 year ago
Dean Netherton
1e1554937c
usb-keyboard: enumerated
1 year ago
Dean Netherton
b4421a0532
ch376-native: general fixes - mass storage and floppy devices over hub seem to be working
1 year ago
Dean Netherton
7c3eeaff27
ch376-native: fixes
1 year ago
Dean Netherton
ed47d2f8b6
ch376-native: native USB driver for the CH376 module
2 years ago
Wayne Warthen
bccd80882c
BPBIOS Sources From Jörg Linder
Jörg Linder has disassembled and thoroughly commented a great deal of the BPBIOS binaries. This was an incredible amount of work. I have added all of these to the RomWBW build scripts and will ultimately integrate them more completely.
8 months ago
Wayne Warthen
8510158aa0
Minor Pre Int Strategy Change
Use a global flag to indicate if interrupts have been enabled during the boot process. Drivers that operate in the pre-interrupt phase can use this to manage interrupt disable bracketing.
This allows restoring the location of interrupt enable in the boot process to it's proper location.
8 months ago
Wayne Warthen
e92091c922
PCRTC Driver Follow-up
- Minor typos
8 months ago
Martin Giese
e29fb43754
Code for MC146818/DS1285/DS12885 PC style CLOCK DRIVER
8 months ago
Rob Gowin
ba5af175ba
Limit Xosera config to 2 UARTS; set $A0 base addr.
The consenus is that the best default address for Xosera
is $A0, so make that the default.
However, in that case we need to limit the number of UARTs
that are probed to two because the probe for a third UART
writes unlucky values to Xosera (at $A3) and causes it to
reconfigure itself and lock up the bus for a time.
Thanks to Wayne for his help in debugging this.
8 months ago