diff options
| author | 2017-08-06 00:30:44 +0200 | |
|---|---|---|
| committer | 2017-08-06 00:59:57 +0200 | |
| commit | 005e3de552bc664a6ccac5eee66d6a6f6283fac7 (patch) | |
| tree | 963a08de2d38457e5d91bc3a33e6f137730e1846 /scripts | |
| parent | fef92cad2295a2b20664ce4cd8655f69bc04ca65 (diff) | |
Part 3 of PC9801: move video routines into pc9801.cpp file (nw)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/mess.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 5b1ee9aa1da..798545f4811 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -2417,6 +2417,7 @@ files { MAME_DIR .. "src/mame/drivers/pc100.cpp", MAME_DIR .. "src/mame/drivers/pc9801.cpp", MAME_DIR .. "src/mame/includes/pc9801.h", + MAME_DIR .. "src/mame/video/pc9801.cpp", MAME_DIR .. "src/mame/machine/pc9801_kbd.cpp", MAME_DIR .. "src/mame/machine/pc9801_kbd.h", MAME_DIR .. "src/mame/machine/pc9801_cd.cpp", |
