mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
rework includes (nw)
This commit is contained in:
parent
e3fbef8649
commit
a087c423d7
@ -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 =
|
||||
|
@ -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
|
||||
|
@ -26,7 +26,6 @@ HotGmck: 86010000 1f201918 a0000000 Large Screen
|
||||
HgKairak: 86010000 1f201918 a0000000 Large Screen
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
#include "includes/psikyo4.h"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user