From c506d36a8da7da1b8c883fb10c26dc6fcf39c8dd Mon Sep 17 00:00:00 2001 From: etabeta78 Date: Thu, 28 Apr 2016 21:10:29 +0200 Subject: 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. --- scripts/src/bus.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts') 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", -- cgit v1.2.3