diff options
| author | 2018-02-27 19:20:18 +0100 | |
|---|---|---|
| committer | 2018-02-27 19:57:41 +0100 | |
| commit | bc3cc38a6c03be94e0c53d048f24b1bd7dd93162 (patch) | |
| tree | 31f9118f7daf1e68e12c7897fde4de307e1957ce /scripts | |
| parent | 95e3cf006cf24f885c6179f930e4f58139493cf2 (diff) | |
model2.cpp: added geo dasm dump to a custom debugger command [Angelo Salese]
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/arcade.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 72157568e4c..10b0cd72e2f 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -3206,6 +3206,7 @@ files { MAME_DIR .. "src/mame/audio/dsbz80.cpp", MAME_DIR .. "src/mame/audio/dsbz80.h", MAME_DIR .. "src/mame/drivers/model2.cpp", + MAME_DIR .. "src/mame/machine/model2.cpp", MAME_DIR .. "src/mame/includes/model2.h", MAME_DIR .. "src/mame/video/model2rd.hxx", MAME_DIR .. "src/mame/video/model2.cpp", |
