Previous 199869 Revisions Next

r31193 Friday 4th July, 2014 at 20:41:33 UTC by R. Belmont
rework includes (nw)
[src/mame/drivers]psikyo4.c
[src/mame/includes]psikyo4.h
[src/mame/video]psikyo4.c

trunk/src/mame/includes/psikyo4.h
r31192r31193
55*************************************************************************/
66
77#define MASTER_CLOCK 57272700   // main oscillator frequency
8
9#include "emu.h"
10#include "cpu/sh2/sh2.h"
11#include "sound/ymf278b.h"
812#include "machine/eepromser.h"
913
1014class psikyo4_state : public driver_device
trunk/src/mame/video/psikyo4.c
r31192r31193
2626HgKairak: 86010000 1f201918 a0000000 Large Screen
2727*/
2828
29#include "emu.h"
3029#include "includes/psikyo4.h"
3130
3231
trunk/src/mame/drivers/psikyo4.c
r31192r31193
126126
127127----------------------------------------------------------------*/
128128
129#include "emu.h"
130
131#include "cpu/sh2/sh2.h"
132#include "machine/eepromser.h"
133#include "sound/ymf278b.h"
134#include "rendlay.h"
135129#include "includes/psikyo4.h"
130#include "rendlay.h"
136131
137132
138133static const gfx_layout layout_16x16x8 =

Previous 199869 Revisions Next


© 1997-2024 The MAME Team