mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
Unified filenames for ep64 audio/video components to match driver (nw)
This commit is contained in:
parent
2028ec2917
commit
10a20e4d7d
@ -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")
|
||||
|
@ -48,7 +48,7 @@
|
||||
#define __EP64_EXPANSION_BUS__
|
||||
|
||||
#include "emu.h"
|
||||
#include "audio/dave.h"
|
||||
#include "audio/ep64.h"
|
||||
|
||||
|
||||
|
||||
|
@ -3,10 +3,11 @@
|
||||
/**********************************************************************
|
||||
|
||||
Intelligent Designs DAVE emulation
|
||||
Used in Enterprise Enterprise Sixty Four / One Two Eight Computers
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "dave.h"
|
||||
#include "ep64.h"
|
||||
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
/**********************************************************************
|
||||
|
||||
Intelligent Designs DAVE emulation
|
||||
Used in Enterprise Enterprise Sixty Four / One Two Eight Computers
|
||||
|
||||
**********************************************************************/
|
||||
|
@ -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"
|
||||
|
@ -3,10 +3,11 @@
|
||||
/**********************************************************************
|
||||
|
||||
Intelligent Designs NICK emulation
|
||||
Used in Enterprise Enterprise Sixty Four / One Two Eight Computers
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "nick.h"
|
||||
#include "ep64.h"
|
||||
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
/**********************************************************************
|
||||
|
||||
Intelligent Designs NICK emulation
|
||||
Used in Enterprise Enterprise Sixty Four / One Two Eight Computers
|
||||
|
||||
**********************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user