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