mirror of
https://github.com/holub/mame
synced 2025-06-07 21:33:45 +03:00
mct_adr: complete the rename (nw)
This commit is contained in:
parent
f5eb2f59f2
commit
05c427f413
@ -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")
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
Loading…
Reference in New Issue
Block a user