diff options
| author | 2020-01-10 20:41:04 +0100 | |
|---|---|---|
| committer | 2020-01-10 21:23:44 +0100 | |
| commit | 8f3f144166c0ea9531df71137afc5a27b0841378 (patch) | |
| tree | 154aa6965ff581e98ab892c9a939cf2a6583cb43 /scripts | |
| parent | dc59d3cb3fb788347b223d1e2cfc913bdc02c8a1 (diff) | |
naomi: add a new device for the 315-6154 system manager chip used in the dimm board [Samuele Zannoli]
It is still incomplete but can be used.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/arcade.lua | 2 | ||||
| -rw-r--r-- | scripts/target/mame/mess.lua | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index ba359a63a16..f536c2db331 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -3407,6 +3407,8 @@ files { MAME_DIR .. "src/mame/machine/m3comm.h", MAME_DIR .. "src/mame/machine/315-5881_crypt.cpp", MAME_DIR .. "src/mame/machine/315-5881_crypt.h", + MAME_DIR .. "src/mame/machine/315-6154.cpp", + MAME_DIR .. "src/mame/machine/315-6154.h", MAME_DIR .. "src/mame/machine/awboard.cpp", MAME_DIR .. "src/mame/machine/awboard.h", MAME_DIR .. "src/mame/machine/mie.cpp", diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 856b820ceed..3f04f87a7d8 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -1445,6 +1445,8 @@ files { MAME_DIR .. "src/mame/machine/naomirom.h", MAME_DIR .. "src/mame/machine/315-5881_crypt.cpp", MAME_DIR .. "src/mame/machine/315-5881_crypt.h", + MAME_DIR .. "src/mame/machine/315-6154.cpp", + MAME_DIR .. "src/mame/machine/315-6154.h", MAME_DIR .. "src/mame/video/powervr2.cpp", MAME_DIR .. "src/mame/video/powervr2.h", MAME_DIR .. "src/mame/drivers/neogeo.cpp", |
