summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mpc106.cpp
Commit message (Collapse)AuthorAgeFilesLines
* newpci: propose a way to find the busmaster space Olivier Galibert2024-02-191-2/+1
|
* remove x file attribute from some source files hap2023-09-091-0/+0
|
* srcclean in preparation for MAME 0.255 branch Vas Crabb2023-05-281-1/+1
|
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
| | | | | * Converted various logging patterns to use logmacro.h consistently. * Removed redefinitions of LOG_GENERAL. * Use LOGMASKED in more places.
* machine/mpc106.cpp: properly endian-swap PPC/PCI transactions, support LE ↵ arbee2023-04-291-16/+81
| | | | | | | | | | | | | | | | | | PPC, use logmacro. [R. Belmont] apple/bandit.cpp: properly endian-swap PPC/PCI transactions, use logmacro. [R. Belmont] apple/heathrow.cpp: interrupt controller filled out, audio CODEC interface defined, added audio DMA channels. [R. Belmont] apple/dbdma.cpp: New device, a single Descriptor Based DMA channel. [R. Belmont] apple/awacs_macrisc.cpp: New device, the AWACS and Screamer CODECs in their MacRISC compatible form. [R. Belmont] apple/burgundy.cpp: New device, MacRISC compatible CODEC used in the iMac G3 and "Blue & White" G3. apple/imacg3.cpp: Boot chime now plays. [R. Belmont] apple/powermacg3.cpp: Boot chime now plays. [R. Belmont]
* mpc106: map RAM and ROM into PCI memory space for PCI DMA. [R. Belmont] arbee2023-04-251-3/+25
|
* mpc106: use swapendian_int32. [R. Belmont] arbee2023-03-231-15/+4
|
* cuda.cpp: fixed error in I2C comms. [R. Belmont] arbee2023-02-161-3/+6
| | | | | | dimm_spd.cpp: cleanup and save states. [R. Belmont] mpc106.cpp: cleanup and save states. [R. Belmont]
* imacg3.cpp, powermacg3.cpp: added Cuda, MacADB, and DIMM serial presence ↵ arbee2023-02-151-26/+87
| | | | | | | | | | | | detect readback. [R. Belmont] mpc106.cpp: fixed endianness of register access, hooked up RAM, made compatible with RAM device. [R. Belmont] cuda.cpp: Added I2C I/O hookups. [R. Belmont] heathrow.cpp: Hack for unknown register that imac was stuck on. [R. Belmont] dimm_spd.cpp: New device that provides a configurable DIMM serial presence detect readback for I2C or SMBus. [R. Belmont]
* New machines added as NOT_WORKING arbee2023-02-041-0/+246
--------------------------------- Power Macintosh G3 [R. Belmont] iMac (Bondi blue) [R. Belmont, Guru]