mirror of
https://github.com/holub/mame
synced 2025-10-07 09:25:34 +03:00
appease MSVC (nw)
This commit is contained in:
parent
f871b84c9e
commit
b281079d73
@ -18,9 +18,6 @@
|
|||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "mmc5.h"
|
#include "mmc5.h"
|
||||||
|
|
||||||
#include "video/ppu2c0x.h" // this has to be included so that IRQ functions can access ppu2c0x_device::BOTTOM_VISIBLE_SCANLINE
|
|
||||||
#include "sound/nes_apu.h" // temp hack to pass the additional sound regs to APU...
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef NES_PCB_DEBUG
|
#ifdef NES_PCB_DEBUG
|
||||||
#define VERBOSE 1
|
#define VERBOSE 1
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
|
|
||||||
#include "nxrom.h"
|
#include "nxrom.h"
|
||||||
|
|
||||||
|
#include "sound/nes_apu.h" // temp hack to pass the additional sound regs to APU...
|
||||||
|
#include "video/ppu2c0x.h" // this has to be included so that IRQ functions can access ppu2c0x_device::BOTTOM_VISIBLE_SCANLINE
|
||||||
|
|
||||||
class ppu2c0x_device;
|
|
||||||
class nesapu_device;
|
|
||||||
|
|
||||||
// ======================> nes_exrom_device
|
// ======================> nes_exrom_device
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user