From 055b4c669cd31a43b680e2031efdcad7b93fc475 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Thu, 2 May 2024 19:48:15 +0200 Subject: sh7042: Add dmac, mtu, adc, intc, sci, bsc. Separate A and non-A psr540: Add the swx00 New machines marked as MACHINE_NOT_WORKING ------------------------------------------ Yamaha MU500 [Matt, O. Galibert] Yamaha MU1000 [Matt, O. Galibert] Yamaha MU2000 [Matt, O. Galibert] --- scripts/src/machine.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index d38de5d4293..147271a2626 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -5365,3 +5365,14 @@ if (MACHINES["CAT702"]~=null) then MAME_DIR .. "src/devices/machine/cat702.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/sci4.h,MACHINES["SCI4"] = true +--------------------------------------------------- +if (MACHINES["SCI4"]~=null) then + files { + MAME_DIR .. "src/devices/machine/sci4.cpp", + MAME_DIR .. "src/devices/machine/sci4.h", + } +end -- cgit v1.2.3-70-g09d2