From f432d6e4d2b9918c71b3a19adf2c9c57fdc79f81 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Tue, 23 May 2023 09:31:59 +0200 Subject: hrdvd: Add placeholders for all the chips, thanks Guru for tracing the pcb --- scripts/src/machine.lua | 12 ++++++++++++ scripts/src/sound.lua | 12 ++++++++++++ 2 files changed, 24 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 1d63d08dca7..1aa9da2fd2c 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -5214,3 +5214,15 @@ if (MACHINES["PCCARD_SRAM"]~=null) then MAME_DIR .. "src/devices/machine/pccard_sram.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/tc9223.h,MACHINES["TC9223"] = true +--------------------------------------------------- + +if (MACHINES["TC9223"]~=null) then + files { + MAME_DIR .. "src/devices/machine/tc9223.cpp", + MAME_DIR .. "src/devices/machine/tc9223.h", + } +end diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index c1bf4f51af8..59ebe104b2e 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1620,3 +1620,15 @@ if (SOUNDS["LYNX"]~=null) then MAME_DIR .. "src/devices/sound/lynx.h", } end + +--------------------------------------------------- +-- +--@src/devices/sound/nn71003f.h,SOUNDS["NN71003F"] = true +--------------------------------------------------- + +if (SOUNDS["NN71003F"]~=null) then + files { + MAME_DIR .. "src/devices/sound/nn71003f.cpp", + MAME_DIR .. "src/devices/sound/nn71003f.h", + } +end -- cgit v1.2.3-70-g09d2