mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
fake header till cchip is converted to device (nw)
This commit is contained in:
parent
8dedeac25b
commit
ea51c70538
@ -3636,6 +3636,7 @@ files {
|
||||
MAME_DIR .. "src/mame/drivers/taito_x.cpp",
|
||||
MAME_DIR .. "src/mame/includes/taito_x.h",
|
||||
MAME_DIR .. "src/mame/machine/cchip.cpp",
|
||||
MAME_DIR .. "src/mame/machine/cchip.h",
|
||||
MAME_DIR .. "src/mame/drivers/taito_z.cpp",
|
||||
MAME_DIR .. "src/mame/includes/taito_z.h",
|
||||
MAME_DIR .. "src/mame/video/taito_z.cpp",
|
||||
|
@ -321,6 +321,7 @@ Stephh's notes (based on the game M68000 code and some tests) :
|
||||
#include "includes/taitoipt.h"
|
||||
#include "audio/taitosnd.h"
|
||||
#include "includes/taito_x.h"
|
||||
#include "machine/cchip.h"
|
||||
#include "sound/2610intf.h"
|
||||
#include "sound/2151intf.h"
|
||||
|
||||
|
3
src/mame/machine/cchip.h
Normal file
3
src/mame/machine/cchip.h
Normal file
@ -0,0 +1,3 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Bryan McPhail, Nicola Salmoria
|
||||
// thanks-to:Richard Bush
|
Loading…
Reference in New Issue
Block a user