mirror of
https://github.com/holub/mame
synced 2025-10-08 09:30:17 +03:00
fix MSVC build (nw)
This commit is contained in:
parent
d1ecd32264
commit
c5a49800a6
@ -70,7 +70,6 @@
|
|||||||
#include "mdec.h"
|
#include "mdec.h"
|
||||||
#include "rcnt.h"
|
#include "rcnt.h"
|
||||||
#include "sound/spu.h"
|
#include "sound/spu.h"
|
||||||
#include "machine/ram.h"
|
|
||||||
#include "debugger.h"
|
#include "debugger.h"
|
||||||
|
|
||||||
#define LOG_BIOSCALL ( 0 )
|
#define LOG_BIOSCALL ( 0 )
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "machine/ram.h"
|
||||||
#include "dma.h"
|
#include "dma.h"
|
||||||
#include "gte.h"
|
#include "gte.h"
|
||||||
#include "irq.h"
|
#include "irq.h"
|
||||||
@ -133,8 +134,6 @@ enum
|
|||||||
// TYPE DEFINITIONS
|
// TYPE DEFINITIONS
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
|
|
||||||
class ram_device;
|
|
||||||
|
|
||||||
class psxcpu_state
|
class psxcpu_state
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user