diff options
| author | 2025-10-12 15:21:00 -0400 | |
|---|---|---|
| committer | 2025-10-12 15:21:00 -0400 | |
| commit | b61c1bb518cbeaabf1702a3851fca1c2c8a7c0af (patch) | |
| tree | 1f80d29bf69030cc18a3f9f53c26dca3a7ecacd2 /scripts/src/machine.lua | |
| parent | aa5388c3f2e2c7ebd06e5e5a220890c601b1e219 (diff) | |
sound/l7a1045_l6028_dsp.cpp: Additional cleanup, proper logging, device map, and multichannel output. Also changed owners/licensing given extensive rewrite since 0.280. [R. Belmont]
machine/te7774.cpp: Very preliminary quad-UART device. Receieve at MIDI data rate and format works, everything else is unknown. [R. Belmont]
akai/mpc3000.cpp: Hooked up subcpu/maincpu comms and front panel key matrix. [R. Belmont]
snk/hng64.cpp: Preliminary hookup for rear/LFE and individual gun sound outputs. [R. Belmont]
Diffstat (limited to 'scripts/src/machine.lua')
| -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 aeea0943ff1..e8f35506cb8 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3570,6 +3570,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/te7774.h,MACHINES["TE7774"] = true +--------------------------------------------------- + +if (MACHINES["TE7774"]~=null) then + files { + MAME_DIR .. "src/devices/machine/te7774.cpp", + MAME_DIR .. "src/devices/machine/te7774.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/thmfc1.h,MACHINES["THMFC1"] = true --------------------------------------------------- |
