| 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 |
| r31192 | r31193 | |
|---|---|---|
| 5 | 5 | *************************************************************************/ |
| 6 | 6 | |
| 7 | 7 | #define MASTER_CLOCK 57272700 // main oscillator frequency |
| 8 | ||
| 9 | #include "emu.h" | |
| 10 | #include "cpu/sh2/sh2.h" | |
| 11 | #include "sound/ymf278b.h" | |
| 8 | 12 | #include "machine/eepromser.h" |
| 9 | 13 | |
| 10 | 14 | class psikyo4_state : public driver_device |
| r31192 | r31193 | |
|---|---|---|
| 26 | 26 | HgKairak: 86010000 1f201918 a0000000 Large Screen |
| 27 | 27 | */ |
| 28 | 28 | |
| 29 | #include "emu.h" | |
| 30 | 29 | #include "includes/psikyo4.h" |
| 31 | 30 | |
| 32 | 31 |
| r31192 | r31193 | |
|---|---|---|
| 126 | 126 | |
| 127 | 127 | ----------------------------------------------------------------*/ |
| 128 | 128 | |
| 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" | |
| 135 | 129 | #include "includes/psikyo4.h" |
| 130 | #include "rendlay.h" | |
| 136 | 131 | |
| 137 | 132 | |
| 138 | 133 | static const gfx_layout layout_16x16x8 = |
| Previous | 199869 Revisions | Next |