From b61c1bb518cbeaabf1702a3851fca1c2c8a7c0af Mon Sep 17 00:00:00 2001 From: arbee Date: Sun, 12 Oct 2025 15:21:00 -0400 Subject: 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] --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src/machine.lua') 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 @@ -3568,6 +3568,18 @@ if (MACHINES["TE7750"]~=null) then } 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 -- cgit v1.2.3