diff options
| author | 2017-08-05 23:58:05 +0200 | |
|---|---|---|
| committer | 2017-08-06 00:59:52 +0200 | |
| commit | e14dec23d3b9310a8c9d9bf067299d5c559e25b2 (patch) | |
| tree | ed52c2539541bb54d4c0b68dbe518dd6340645f1 /scripts | |
| parent | ada5d4787b45c33d4027227ad8881b5b3673a55c (diff) | |
First chunk of cleaning up PC9801: move state to includes, make variables to have sane accessors (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 44944ec3565..5b1ee9aa1da 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -2416,6 +2416,7 @@ files { MAME_DIR .. "src/mame/drivers/pc88va.cpp", 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/machine/pc9801_kbd.cpp", MAME_DIR .. "src/mame/machine/pc9801_kbd.h", MAME_DIR .. "src/mame/machine/pc9801_cd.cpp", |
