rework includes (nw)

This commit is contained in:
R. Belmont 2014-07-04 20:41:33 +00:00
parent e3fbef8649
commit a087c423d7
3 changed files with 5 additions and 7 deletions

View File

@ -126,13 +126,8 @@ ROMs -
----------------------------------------------------------------*/
#include "emu.h"
#include "cpu/sh2/sh2.h"
#include "machine/eepromser.h"
#include "sound/ymf278b.h"
#include "rendlay.h"
#include "includes/psikyo4.h"
#include "rendlay.h"
static const gfx_layout layout_16x16x8 =

View File

@ -5,6 +5,10 @@
*************************************************************************/
#define MASTER_CLOCK 57272700 // main oscillator frequency
#include "emu.h"
#include "cpu/sh2/sh2.h"
#include "sound/ymf278b.h"
#include "machine/eepromser.h"
class psikyo4_state : public driver_device

View File

@ -26,7 +26,6 @@ HotGmck: 86010000 1f201918 a0000000 Large Screen
HgKairak: 86010000 1f201918 a0000000 Large Screen
*/
#include "emu.h"
#include "includes/psikyo4.h"