mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Moved upd1771 files to proper device folder and fixed includes (nw)
This commit is contained in:
parent
86be9779cc
commit
6794654a06
@ -1676,8 +1676,8 @@ files {
|
||||
MAME_DIR .. "src/mame/includes/gamepock.h",
|
||||
MAME_DIR .. "src/mame/machine/gamepock.cpp",
|
||||
MAME_DIR .. "src/mame/drivers/scv.cpp",
|
||||
MAME_DIR .. "src/mame/audio/upd1771.cpp",
|
||||
MAME_DIR .. "src/mame/audio/upd1771.h",
|
||||
MAME_DIR .. "src/devices/sound/upd1771.cpp",
|
||||
MAME_DIR .. "src/devices/sound/upd1771.h",
|
||||
}
|
||||
|
||||
createMESSProjects(_target, _subtarget, "epson")
|
||||
|
@ -170,7 +170,7 @@
|
||||
**********************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
#include "audio/upd1771.h"
|
||||
#include "upd1771.h"
|
||||
|
||||
|
||||
#define LOG 0
|
@ -54,7 +54,7 @@
|
||||
|
||||
#include "emu.h"
|
||||
#include "cpu/i86/i86.h"
|
||||
#include "audio/upd1771.h"
|
||||
#include "sound/upd1771.h"
|
||||
#include "machine/pic8259.h"
|
||||
#include "machine/pit8253.h"
|
||||
#include "machine/am9517a.h"
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#include "emu.h"
|
||||
#include "cpu/upd7810/upd7810.h"
|
||||
#include "audio/upd1771.h"
|
||||
#include "sound/upd1771.h"
|
||||
#include "bus/scv/slot.h"
|
||||
#include "bus/scv/rom.h"
|
||||
#include "softlist.h"
|
||||
|
Loading…
Reference in New Issue
Block a user