mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
hack to allow building with SOURCES=src/mame/drivers/cps2.cpp (nw)
This commit is contained in:
parent
2ac8863d14
commit
14e417ae0d
@ -625,14 +625,14 @@ Stephh's inputs notes (based on some tests on the "parent" set) :
|
||||
***************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
#include "includes/cps1.h"
|
||||
#include "machine/cps2crypt.h"
|
||||
#include "cpu/z80/z80.h"
|
||||
#include "machine/eepromser.h"
|
||||
#include "cpu/m68000/m68000.h"
|
||||
#include "sound/qsound.h"
|
||||
#include "sound/okim6295.h"
|
||||
|
||||
#include "includes/cps1.h" // External CPS1 definitions
|
||||
|
||||
|
||||
/*************************************
|
||||
*
|
||||
|
7
src/mame/machine/cps2crypt.h
Normal file
7
src/mame/machine/cps2crypt.h
Normal file
@ -0,0 +1,7 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Paul Leaman, Andreas Naive, Nicola Salmoria,Charles MacDonald
|
||||
/******************************************************************************
|
||||
|
||||
CPS-2 Encryption
|
||||
|
||||
*/
|
Loading…
Reference in New Issue
Block a user