mct_adr: complete the rename (nw)

This commit is contained in:
Patrick Mackinlay 2020-01-22 21:29:05 +07:00
parent f5eb2f59f2
commit 05c427f413
4 changed files with 4 additions and 4 deletions

View File

@ -2576,8 +2576,8 @@ createMESSProjects(_target, _subtarget, "jazz")
files { files {
MAME_DIR .. "src/mame/drivers/jazz.cpp", MAME_DIR .. "src/mame/drivers/jazz.cpp",
MAME_DIR .. "src/mame/includes/jazz.h", MAME_DIR .. "src/mame/includes/jazz.h",
MAME_DIR .. "src/mame/machine/jazz_mct_adr.cpp", MAME_DIR .. "src/mame/machine/mct_adr.cpp",
MAME_DIR .. "src/mame/machine/jazz_mct_adr.h", MAME_DIR .. "src/mame/machine/mct_adr.h",
} }
createMESSProjects(_target, _subtarget, "kaypro") createMESSProjects(_target, _subtarget, "kaypro")

View File

@ -14,7 +14,7 @@
#include "machine/28fxxx.h" #include "machine/28fxxx.h"
// various hardware // various hardware
#include "machine/jazz_mct_adr.h" #include "machine/mct_adr.h"
#include "machine/dp83932c.h" #include "machine/dp83932c.h"
#include "machine/mc146818.h" #include "machine/mc146818.h"
#include "machine/ins8250.h" #include "machine/ins8250.h"

View File

@ -30,7 +30,7 @@
*/ */
#include "emu.h" #include "emu.h"
#include "jazz_mct_adr.h" #include "mct_adr.h"
#define VERBOSE 0 #define VERBOSE 0
#include "logmacro.h" #include "logmacro.h"