summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/sa1111.cpp
Commit message (Collapse)AuthorAgeFilesLines
* srcclean in preparation for branching release Vas Crabb2021-01-241-1/+1
|
* - sa1110: Added skeleton handling for UDC sub-device handling. [Ryan Holtz] Ryan Holtz2021-01-151-4/+16
| | | | | | | | - sa1111: Fixed a handful of issues related to audio DMA. [Ryan Holtz] - sed1356: Added support for Write BitBLT, Read BitBlt, and Move BitBLT Negative commands. [Ryan Holtz] - jornada: Fixed handling for some battery-related MCU commands. [Ryan Holtz]
* - m950x0: Removed private specifier in favor of protected. [Ryan Holtz] Ryan Holtz2021-01-101-33/+33
| | | | | | - sa1111: Moved some local statics to be constexpr rather than const. Tweaked audio register handling to favor references over pointers. [Ryan Holtz] - sed1356: Added to-do note regarding potential endian issues. [Ryan Holtz]
* - m950x0: Added implementation for STmicro M950x0 SPI EEPROM series. [Ryan ↵ Ryan Holtz2021-01-101-125/+565
| | | | | | | | | | | | | | | | | Holtz] - sa1110: Added rudimentary support for the ICP and DMA blocks. [Ryan Holtz] - sa1111: Various changes. [Ryan Holtz] * Hooked up I2S audio DMA support. * Hooked up IRQ support. * Hooked up basic GPIO support. - uda1344: Added initial pass at audio support, based on DMADAC. [Ryan Holtz] - sed1356: Added support for BitBLT solid-fill command. [Ryan Holtz] - jornada: Added more keys, touch pen support, and fixed EEPROM access. [Ryan Holtz]
* -arm7: Added optional logging for Windows CE calls. [Ryan Holtz] Ryan Holtz2020-12-311-2/+14
| | | | | | -uda1344: Added skeleton audio device for Philips UDA13444 Codec. [Ryan Holtz] -sa1111: Hooked up basic L3 audio transceiver support. [Ryan Holtz]
* srcclean for 0.227 Vas Crabb2020-12-271-12/+12
|
* -sa1111, sed1356: Turned logging back off. [Ryan Holtz] Ryan Holtz2020-12-261-1/+1
|
* -sa1110: Added initial attempt at UART receiving. LSB of received data seems ↵ Ryan Holtz2020-12-261-1/+1
| | | | | | missing, however. [Ryan Holtz] -jornada: Added enough keyboard keys to boot with kernel debugging enabled. [Ryan Holtz]
* -sa1110, sa1111, sed1356: Turned off error logging. [Ryan Holtz] Ryan Holtz2020-12-251-1/+1
|
* New machines marked as NOT_WORKING Ryan Holtz2020-12-241-0/+1733
------------------ Hewlett-Packard Jornada 720 [Ryan Holtz] * arm7: Fixed interaction between instruction prefetching with the MMU enabled. [Ryan Holtz] * sa111: Added skeleton device for Intel SA-1111 Microprocessor Companion Chip. [Ryan Holtz] * sed1356: Added skeleton device for Epson/Seiko SED1356 video controller. [Ryan Holtz] * sa1110: Various cleanups. Added rudimentary SSP module support. [Ryan Holtz]