hack to allow building with SOURCES=src/mame/drivers/cps2.cpp (nw)

This commit is contained in:
smf- 2016-11-08 15:38:24 +00:00
parent 2ac8863d14
commit 14e417ae0d
2 changed files with 9 additions and 2 deletions

View File

@ -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
/*************************************
*

View File

@ -0,0 +1,7 @@
// license:BSD-3-Clause
// copyright-holders:Paul Leaman, Andreas Naive, Nicola Salmoria,Charles MacDonald
/******************************************************************************
CPS-2 Encryption
*/