diff options
| author | 2022-05-08 14:00:53 +0200 | |
|---|---|---|
| committer | 2022-05-08 14:00:53 +0200 | |
| commit | b2aa336249ad052653ae94d7c6936e7ae5943619 (patch) | |
| tree | e8a99b824a5506b45b60fbc41ba4c9e455693f24 /scripts | |
| parent | a9f4cae377b4d1715244346d0b1d7151bd8051ca (diff) | |
Z88: added serial port and NVRAM support. [Sandro Ronco]
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/mess.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index e53e9a96958..30879e781c9 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -1705,6 +1705,8 @@ files { MAME_DIR .. "src/mame/includes/z88.h", MAME_DIR .. "src/mame/machine/upd65031.cpp", MAME_DIR .. "src/mame/machine/upd65031.h", + MAME_DIR .. "src/mame/machine/z88_impexp.cpp", + MAME_DIR .. "src/mame/machine/z88_impexp.h", MAME_DIR .. "src/mame/video/z88.cpp", } |
