Revert "Unified filenames for ep64 audio/video components to match driver (nw)"

This reverts commit 10a20e4d7d.
This commit is contained in:
Miodrag Milanovic 2016-04-25 12:16:28 +02:00
parent c17fe030b6
commit 1e0f3bfc37
7 changed files with 9 additions and 13 deletions

View File

@ -1656,10 +1656,10 @@ createMESSProjects(_target, _subtarget, "enterprise")
files {
MAME_DIR .. "src/mame/drivers/ep64.cpp",
MAME_DIR .. "src/mame/includes/ep64.h",
MAME_DIR .. "src/mame/audio/ep64.cpp",
MAME_DIR .. "src/mame/audio/ep64.h",
MAME_DIR .. "src/mame/video/ep64.cpp",
MAME_DIR .. "src/mame/video/ep64.h",
MAME_DIR .. "src/mame/audio/dave.cpp",
MAME_DIR .. "src/mame/audio/dave.h",
MAME_DIR .. "src/mame/video/nick.cpp",
MAME_DIR .. "src/mame/video/nick.h",
}
createMESSProjects(_target, _subtarget, "entex")

View File

@ -48,7 +48,7 @@
#define __EP64_EXPANSION_BUS__
#include "emu.h"
#include "audio/ep64.h"
#include "audio/dave.h"

View File

@ -3,11 +3,10 @@
/**********************************************************************
Intelligent Designs DAVE emulation
Used in Enterprise Enterprise Sixty Four / One Two Eight Computers
**********************************************************************/
#include "ep64.h"
#include "dave.h"

View File

@ -3,7 +3,6 @@
/**********************************************************************
Intelligent Designs DAVE emulation
Used in Enterprise Enterprise Sixty Four / One Two Eight Computers
**********************************************************************/

View File

@ -11,7 +11,7 @@
#ifndef __EP64__
#define __EP64__
#include "audio/ep64.h"
#include "audio/dave.h"
#include "bus/rs232/rs232.h"
#include "bus/ep64/exp.h"
#include "cpu/z80/z80.h"
@ -20,7 +20,7 @@
#include "bus/generic/slot.h"
#include "bus/generic/carts.h"
#include "machine/ram.h"
#include "video/ep64.h"
#include "video/nick.h"
#define Z80_TAG "u1"
#define DAVE_TAG "u3"

View File

@ -3,11 +3,10 @@
/**********************************************************************
Intelligent Designs NICK emulation
Used in Enterprise Enterprise Sixty Four / One Two Eight Computers
**********************************************************************/
#include "ep64.h"
#include "nick.h"

View File

@ -3,7 +3,6 @@
/**********************************************************************
Intelligent Designs NICK emulation
Used in Enterprise Enterprise Sixty Four / One Two Eight Computers
**********************************************************************/