From efeddba15b0a2e4b4da1f69ed5aeca5b7c885fcd Mon Sep 17 00:00:00 2001 From: Michael Zapf Date: Tue, 14 Apr 2020 23:48:59 +0200 Subject: bq48xx: Adding Benchmarq RTC chip emulations. --- scripts/src/machine.lua | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 8f372635c7b..1ddeb8cb154 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -872,6 +872,30 @@ if (MACHINES["BANKDEV"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/bq4847.h,MACHINES["BQ4847"] = true +--------------------------------------------------- + +if (MACHINES["BQ4847"]~=null) then + files { + MAME_DIR .. "src/devices/machine/bq4847.cpp", + MAME_DIR .. "src/devices/machine/bq4847.h", + } +end + +--------------------------------------------------- +-- +--@src/devices/machine/bq48x2.h,MACHINES["BQ4852"] = true +--------------------------------------------------- + +if (MACHINES["BQ4852"]~=null) then + files { + MAME_DIR .. "src/devices/machine/bq48x2.cpp", + MAME_DIR .. "src/devices/machine/bq48x2.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/busmouse.h,MACHINES["BUSMOUSE"] = true -- cgit v1.2.3-70-g09d2