diff options
| author | 2021-01-10 13:22:02 +0100 | |
|---|---|---|
| committer | 2021-01-10 13:24:20 +0100 | |
| commit | 1fad52d8ee063fd69882ffecd1d7f721c263b06f (patch) | |
| tree | 3ec3b1679b4a45070fa3c09a81738b2c105517e5 /scripts/src | |
| parent | e125fbbc06fef205a63ed0c896cb8d8941d6faf8 (diff) | |
- m950x0: Added implementation for STmicro M950x0 SPI EEPROM series. [Ryan 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]
Diffstat (limited to 'scripts/src')
| -rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index c4c8ce57edf..dc2f9864fb7 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1723,6 +1723,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/m950x0.h,MACHINES["M950X0"] = true +--------------------------------------------------- + +if (MACHINES["M950X0"]~=null) then + files { + MAME_DIR .. "src/devices/machine/m950x0.cpp", + MAME_DIR .. "src/devices/machine/m950x0.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/mm5740.h,MACHINES["MM5740"] = true --------------------------------------------------- |
