mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
fake include until proper device created (nw)
This commit is contained in:
parent
13855d2404
commit
5d17b385f7
@ -3466,6 +3466,7 @@ files {
|
|||||||
MAME_DIR .. "src/mame/drivers/asuka.cpp",
|
MAME_DIR .. "src/mame/drivers/asuka.cpp",
|
||||||
MAME_DIR .. "src/mame/includes/asuka.h",
|
MAME_DIR .. "src/mame/includes/asuka.h",
|
||||||
MAME_DIR .. "src/mame/machine/bonzeadv.cpp",
|
MAME_DIR .. "src/mame/machine/bonzeadv.cpp",
|
||||||
|
MAME_DIR .. "src/mame/machine/bonzeadv.h",
|
||||||
MAME_DIR .. "src/mame/video/asuka.cpp",
|
MAME_DIR .. "src/mame/video/asuka.cpp",
|
||||||
MAME_DIR .. "src/mame/drivers/bigevglf.cpp",
|
MAME_DIR .. "src/mame/drivers/bigevglf.cpp",
|
||||||
MAME_DIR .. "src/mame/includes/bigevglf.h",
|
MAME_DIR .. "src/mame/includes/bigevglf.h",
|
||||||
|
@ -226,6 +226,7 @@ DIP locations verified for:
|
|||||||
#include "sound/2151intf.h"
|
#include "sound/2151intf.h"
|
||||||
#include "sound/msm5205.h"
|
#include "sound/msm5205.h"
|
||||||
#include "includes/asuka.h"
|
#include "includes/asuka.h"
|
||||||
|
#include "machine/bonzeadv.h"
|
||||||
|
|
||||||
|
|
||||||
/***********************************************************
|
/***********************************************************
|
||||||
|
2
src/mame/machine/bonzeadv.h
Normal file
2
src/mame/machine/bonzeadv.h
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
// license:BSD-3-Clause
|
||||||
|
// copyright-holders:Ernesto Corvi, Nicola Salmoria
|
Loading…
Reference in New Issue
Block a user