diff options
| author | 2019-11-19 13:34:49 +1100 | |
|---|---|---|
| committer | 2019-11-19 13:34:49 +1100 | |
| commit | b8e1ba0cbb648bcfce420d185e3720a1ca32e8bf (patch) | |
| tree | 6db0a166d3e81733b323a8c150da57b1ec9e2eae /scripts/target | |
| parent | 62be5492ceb8e3dcc5a88a5a2e5e2bae48f22f0d (diff) | |
misc cleanup: (nw)
* clean up some palettes
* clean up some bitscanning and indentation in olibuchu
* rename machine/epos.cpp to machine/pacman.cpp as it's unrelated to drivers/epos.cpp
* move epos-on-pacman members from pacman_state to derived epospm_state
Diffstat (limited to 'scripts/target')
| -rw-r--r-- | scripts/target/mame/arcade.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 989c495dacd..62b785c1660 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -3203,9 +3203,8 @@ files { MAME_DIR .. "src/mame/drivers/jrpacman.cpp", MAME_DIR .. "src/mame/drivers/pacman.cpp", MAME_DIR .. "src/mame/includes/pacman.h", + MAME_DIR .. "src/mame/machine/pacman.cpp", MAME_DIR .. "src/mame/video/pacman.cpp", - MAME_DIR .. "src/mame/machine/epos.cpp", - MAME_DIR .. "src/mame/machine/epos.h", MAME_DIR .. "src/mame/machine/jumpshot.cpp", MAME_DIR .. "src/mame/machine/jumpshot.h", MAME_DIR .. "src/mame/machine/pacplus.cpp", |
