mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
news_kbd: rename (nw)
This commit is contained in:
parent
05c4877337
commit
1398b3df85
@ -2943,8 +2943,8 @@ files {
|
||||
MAME_DIR .. "src/mame/drivers/news_r3k.cpp",
|
||||
MAME_DIR .. "src/mame/machine/dmac_0448.cpp",
|
||||
MAME_DIR .. "src/mame/machine/dmac_0448.h",
|
||||
MAME_DIR .. "src/mame/machine/news_kbd.cpp",
|
||||
MAME_DIR .. "src/mame/machine/news_kbd.h",
|
||||
MAME_DIR .. "src/mame/machine/news_hid.cpp",
|
||||
MAME_DIR .. "src/mame/machine/news_hid.h",
|
||||
}
|
||||
|
||||
createMESSProjects(_target, _subtarget, "next")
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "machine/am79c90.h"
|
||||
#include "machine/upd765.h"
|
||||
#include "machine/dmac_0448.h"
|
||||
#include "machine/news_kbd.h"
|
||||
#include "machine/news_hid.h"
|
||||
#include "machine/cxd1185.h"
|
||||
|
||||
// video
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
#include "news_kbd.h"
|
||||
#include "news_hid.h"
|
||||
|
||||
#include "machine/keyboard.ipp"
|
||||
|
@ -1,8 +1,8 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Patrick Mackinlay
|
||||
|
||||
#ifndef MAME_MACHINE_NEWS_KBD_H
|
||||
#define MAME_MACHINE_NEWS_KBD_H
|
||||
#ifndef MAME_MACHINE_NEWS_HID_H
|
||||
#define MAME_MACHINE_NEWS_HID_H
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -63,4 +63,4 @@ private:
|
||||
|
||||
DECLARE_DEVICE_TYPE(NEWS_HID_HLE, news_hid_hle_device)
|
||||
|
||||
#endif // MAME_MACHINE_NEWS_KBD_H
|
||||
#endif // MAME_MACHINE_NEWS_HID_H
|
Loading…
Reference in New Issue
Block a user