summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/mmc5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes/mmc5.cpp')
-rw-r--r--src/devices/bus/nes/mmc5.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/bus/nes/mmc5.cpp b/src/devices/bus/nes/mmc5.cpp
index 3fb4a29e0a7..d5ca929c1eb 100644
--- a/src/devices/bus/nes/mmc5.cpp
+++ b/src/devices/bus/nes/mmc5.cpp
@@ -18,9 +18,6 @@
#include "emu.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
#define VERBOSE 1