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

This commit is contained in:
Scott Stone 2016-04-24 19:10:07 -04:00
parent 2028ec2917
commit 10a20e4d7d
7 changed files with 13 additions and 9 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/dave.cpp",
MAME_DIR .. "src/mame/audio/dave.h",
MAME_DIR .. "src/mame/video/nick.cpp",
MAME_DIR .. "src/mame/video/nick.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",
}
createMESSProjects(_target, _subtarget, "entex")

View File

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

View File

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

View File

@ -3,6 +3,7 @@
/**********************************************************************
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/dave.h"
#include "audio/ep64.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/nick.h"
#include "video/ep64.h"
#define Z80_TAG "u1"
#define DAVE_TAG "u3"

View File

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

View File

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