mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
fix compiling psx drivers (no whatsnew)
This commit is contained in:
parent
86ae8022d2
commit
755d51625b
@ -47,7 +47,7 @@
|
||||
|
||||
#include "emu.h"
|
||||
#include "cpu/m68000/m68000.h"
|
||||
#include "cpu/mips/psx.h"
|
||||
#include "cpu/psx/psx.h"
|
||||
#include "includes/psx.h"
|
||||
#include "includes/konamigx.h"
|
||||
#include "machine/eeprom.h"
|
||||
|
@ -114,7 +114,7 @@ Notes:
|
||||
|
||||
#include "emu.h"
|
||||
#include "cdrom.h"
|
||||
#include "cpu/mips/psx.h"
|
||||
#include "cpu/psx/psx.h"
|
||||
#include "includes/psx.h"
|
||||
#include "machine/eeprom.h"
|
||||
#include "machine/intelfsh.h"
|
||||
|
@ -334,7 +334,7 @@ G: gun mania only, drives air soft gun (this game uses real BB bullet)
|
||||
|
||||
#include "emu.h"
|
||||
#include "cdrom.h"
|
||||
#include "cpu/mips/psx.h"
|
||||
#include "cpu/psx/psx.h"
|
||||
#include "includes/psx.h"
|
||||
#include "machine/intelfsh.h"
|
||||
#include "machine/cr589.h"
|
||||
|
@ -265,7 +265,7 @@ Utyuu Daisakusen Chocovader Contactee CVC1 Ver.A KC022A
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
#include "cpu/mips/psx.h"
|
||||
#include "cpu/psx/psx.h"
|
||||
#include "includes/psx.h"
|
||||
|
||||
WRITE32_HANDLER( namcos10_bank_w )
|
||||
|
@ -267,7 +267,7 @@ Notes:
|
||||
|
||||
#include "emu.h"
|
||||
#include "deprecat.h"
|
||||
#include "cpu/mips/psx.h"
|
||||
#include "cpu/psx/psx.h"
|
||||
#include "cpu/m37710/m37710.h"
|
||||
#include "includes/psx.h"
|
||||
#include "machine/at28c16.h"
|
||||
|
@ -1023,7 +1023,7 @@ Notes:
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
#include "cpu/mips/psx.h"
|
||||
#include "cpu/psx/psx.h"
|
||||
#include "cpu/h83002/h8.h"
|
||||
#include "includes/psx.h"
|
||||
#include "machine/at28c16.h"
|
||||
|
@ -318,7 +318,7 @@ Type 3 (PCMCIA Compact Flash Adaptor + Compact Flash card, sealed together with
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
#include "cpu/mips/psx.h"
|
||||
#include "cpu/psx/psx.h"
|
||||
#include "includes/psx.h"
|
||||
#include "machine/at28c16.h"
|
||||
#include "machine/intelfsh.h"
|
||||
|
@ -225,7 +225,7 @@ Notes:
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
#include "cpu/mips/psx.h"
|
||||
#include "cpu/psx/psx.h"
|
||||
#include "cpu/m68000/m68000.h"
|
||||
#include "includes/psx.h"
|
||||
#include "machine/am53cf96.h"
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include "emu.h"
|
||||
#include "cpu/m68000/m68000.h"
|
||||
#include "cpu/mips/psx.h"
|
||||
#include "cpu/psx/psx.h"
|
||||
#include "cpu/z80/z80.h"
|
||||
#include "includes/psx.h"
|
||||
#include "machine/at28c16.h"
|
||||
|
Loading…
Reference in New Issue
Block a user