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/bus.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'scripts/src/bus.lua') diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index d4ee478b7e9..9b35a3917bd 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -6277,3 +6277,16 @@ if (BUSES["STCART_CONNECTOR"]~=null) then MAME_DIR .. "src/devices/bus/st/rom.h", } end + +--------------------------------------------------- +-- +--@src/devices/bus/applepp/applepp.h,BUSES["APPLEPP"] = true +--------------------------------------------------- +if (BUSES["APPLEPP"]~=null) then + files { + MAME_DIR .. "src/devices/bus/applepp/applepp.cpp", + MAME_DIR .. "src/devices/bus/applepp/applepp.h", + MAME_DIR .. "src/devices/bus/applepp/storagehle.cpp", + MAME_DIR .. "src/devices/bus/applepp/storagehle.h", + } +end -- cgit v1.2.3