diff options
| author | 2021-02-08 11:51:51 +0100 | |
|---|---|---|
| committer | 2021-02-08 21:51:51 +1100 | |
| commit | 70f0f9cd44d11a82048e37f0d48fdaac8b8a01ed (patch) | |
| tree | 5ba9a1dd4409fb438a61c2cfd9d4f5de10cee531 /scripts | |
| parent | c6db220e0e62cd7b050b1f1dbe72b2431a4b456f (diff) | |
hp_ipc.cpp: Added support for expansion ROMs. (#7726)
New working software
-----------------
hp_ipc_rom: Software Engineering ROM
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 a3ce421a8c3..8dd3c92a5ff 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -2603,6 +2603,8 @@ files { MAME_DIR .. "src/mame/machine/hp9845_printer.h", MAME_DIR .. "src/mame/machine/hp98x5_io_sys.cpp", MAME_DIR .. "src/mame/machine/hp98x5_io_sys.h", + MAME_DIR .. "src/mame/machine/hp_ipc_optrom.cpp", + MAME_DIR .. "src/mame/machine/hp_ipc_optrom.h", MAME_DIR .. "src/mame/video/hp48.cpp", MAME_DIR .. "src/mame/drivers/hp49gp.cpp", MAME_DIR .. "src/mame/drivers/hp9845.cpp", |
