mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
fake include till adb is not converted to device (nw)
This commit is contained in:
parent
4f3b0234ea
commit
11ceaee97f
@ -1228,6 +1228,7 @@ files {
|
||||
MAME_DIR .. "src/mame/machine/egret.h",
|
||||
MAME_DIR .. "src/mame/machine/mac.cpp",
|
||||
MAME_DIR .. "src/mame/machine/macadb.cpp",
|
||||
MAME_DIR .. "src/mame/machine/macadb.h",
|
||||
MAME_DIR .. "src/mame/machine/macrtc.cpp",
|
||||
MAME_DIR .. "src/mame/machine/macrtc.h",
|
||||
MAME_DIR .. "src/mame/machine/mackbd.cpp",
|
||||
|
@ -84,6 +84,7 @@
|
||||
#include "bus/macpds/pds_tpdfpd.h"
|
||||
|
||||
#include "includes/mac.h"
|
||||
#include "machine/macadb.h"
|
||||
#include "softlist.h"
|
||||
#include "mac.lh"
|
||||
|
||||
|
3
src/mame/machine/macadb.h
Normal file
3
src/mame/machine/macadb.h
Normal file
@ -0,0 +1,3 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
|
Loading…
Reference in New Issue
Block a user