From 63a40168225a343dcc9a4098daedbdc8e7a371eb Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Mon, 24 Jul 2023 13:36:12 +0200 Subject: lisa: Massive updates core: Better support for external mmus Note: I didn't expect to push that one right now, it's missing documentation among other things, but since some people seems to be interested to work on that driver I don't want to hold them. --- 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 8deb9fa052e..4166fedc64f 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -5490,3 +5490,15 @@ if (MACHINES["SUN1_MMU"]~=null) then MAME_DIR .. "src/devices/machine/sun1_mmu.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/quadmouse.h,MACHINES["QUADMOUSE"] = true +--------------------------------------------------- + +if (MACHINES["QUADMOUSE"]~=null) then + files { + MAME_DIR .. "src/devices/machine/quadmouse.cpp", + MAME_DIR .. "src/devices/machine/quadmouse.h", + } +end -- cgit v1.2.3