diff options
| author | 2016-04-28 21:10:29 +0200 | |
|---|---|---|
| committer | 2016-04-28 21:10:29 +0200 | |
| commit | c506d36a8da7da1b8c883fb10c26dc6fcf39c8dd (patch) | |
| tree | 260d9672675c1d6062119e499a79af8a853d66a2 /scripts | |
| parent | 8e58d4099c4aaa5c0cdcfe86bd215c046cd81b10 (diff) | |
further cleanup + final untangling from the old code:
optimized sprites data now lives only in the sprite
device. got rid of neogeo_helper as a result. nw.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/bus.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 9fabf3bfab0..dede0fd84ec 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -1895,8 +1895,6 @@ if (BUSES["NEOGEO"]~=null) then MAME_DIR .. "src/devices/bus/neogeo/slot.h", MAME_DIR .. "src/devices/bus/neogeo/carts.cpp", MAME_DIR .. "src/devices/bus/neogeo/carts.h", - MAME_DIR .. "src/devices/bus/neogeo/neogeo_helper.cpp", - MAME_DIR .. "src/devices/bus/neogeo/neogeo_helper.h", MAME_DIR .. "src/devices/bus/neogeo/rom.cpp", MAME_DIR .. "src/devices/bus/neogeo/rom.h", MAME_DIR .. "src/devices/bus/neogeo/fatfury2.cpp", |
