summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-07-10 23:00:16 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-07-10 23:00:16 -0400
commit1666fb3fd7bf8f676b3f2e1b73f33024df4aa2a6 (patch)
treefae939f33bc92c3cb83bc4e9957e0adebc81076a
parentcf6447cf4e413456c63c859a6e1990b44d9b28c1 (diff)
Remove more redundant #includes from src/mame
-rw-r--r--src/mame/audio/harddriv.cpp1
-rw-r--r--src/mame/machine/harddriv.cpp2
-rw-r--r--src/mame/video/blstroid.cpp4
-rw-r--r--src/mame/video/cyberbal.cpp1
-rw-r--r--src/mame/video/gauntlet.cpp2
-rw-r--r--src/mame/video/rampart.cpp2
-rw-r--r--src/mame/video/toobin.cpp1
-rw-r--r--src/mame/video/xybots.cpp2
8 files changed, 1 insertions, 14 deletions
diff --git a/src/mame/audio/harddriv.cpp b/src/mame/audio/harddriv.cpp
index dc4e9baf083..45537c6c652 100644
--- a/src/mame/audio/harddriv.cpp
+++ b/src/mame/audio/harddriv.cpp
@@ -8,7 +8,6 @@
#include "emu.h"
#include "includes/harddriv.h"
-#include "machine/atarigen.h"
#include "cpu/tms32010/tms32010.h"
#include "sound/volt_reg.h"
diff --git a/src/mame/machine/harddriv.cpp b/src/mame/machine/harddriv.cpp
index c324611bf53..7f5ecb15fa3 100644
--- a/src/mame/machine/harddriv.cpp
+++ b/src/mame/machine/harddriv.cpp
@@ -37,7 +37,6 @@
void harddriv_state::device_start()
{
m_lamps.resolve();
- //atarigen_state::machine_start();
/* predetermine memory regions */
m_adsp_pgm_memory_word = (uint16_t *)(reinterpret_cast<uint8_t *>(m_adsp_pgm_memory.target()) + 1);
@@ -50,7 +49,6 @@ void harddriv_state::device_start()
void harddriv_state::device_reset()
{
/* generic reset */
- //atarigen_state::machine_reset();
if (m_slapstic_device.found()) m_slapstic_device->slapstic_reset();
/* halt several of the DSPs to start */
diff --git a/src/mame/video/blstroid.cpp b/src/mame/video/blstroid.cpp
index 116f3a101f1..e903a2be935 100644
--- a/src/mame/video/blstroid.cpp
+++ b/src/mame/video/blstroid.cpp
@@ -7,10 +7,8 @@
****************************************************************************/
#include "emu.h"
-#include "cpu/m68000/m68000.h"
-#include "machine/atarigen.h"
-#include "video/atarimo.h"
#include "includes/blstroid.h"
+#include "cpu/m68000/m68000.h"
diff --git a/src/mame/video/cyberbal.cpp b/src/mame/video/cyberbal.cpp
index d53bd7a3287..053cde7ae86 100644
--- a/src/mame/video/cyberbal.cpp
+++ b/src/mame/video/cyberbal.cpp
@@ -7,7 +7,6 @@
****************************************************************************/
#include "emu.h"
-#include "machine/atarigen.h"
#include "includes/cyberbal.h"
diff --git a/src/mame/video/gauntlet.cpp b/src/mame/video/gauntlet.cpp
index 1bb426c24be..87120366b7a 100644
--- a/src/mame/video/gauntlet.cpp
+++ b/src/mame/video/gauntlet.cpp
@@ -7,8 +7,6 @@
****************************************************************************/
#include "emu.h"
-#include "machine/atarigen.h"
-#include "video/atarimo.h"
#include "includes/gauntlet.h"
diff --git a/src/mame/video/rampart.cpp b/src/mame/video/rampart.cpp
index 4798bb4d8c8..0d1175045da 100644
--- a/src/mame/video/rampart.cpp
+++ b/src/mame/video/rampart.cpp
@@ -7,8 +7,6 @@
****************************************************************************/
#include "emu.h"
-#include "machine/atarigen.h"
-#include "video/atarimo.h"
#include "includes/rampart.h"
/*************************************
diff --git a/src/mame/video/toobin.cpp b/src/mame/video/toobin.cpp
index 707fde4245c..ea0a163b78c 100644
--- a/src/mame/video/toobin.cpp
+++ b/src/mame/video/toobin.cpp
@@ -7,7 +7,6 @@
****************************************************************************/
#include "emu.h"
-#include "machine/atarigen.h"
#include "includes/toobin.h"
diff --git a/src/mame/video/xybots.cpp b/src/mame/video/xybots.cpp
index 7ce1bf168c4..a512800da3d 100644
--- a/src/mame/video/xybots.cpp
+++ b/src/mame/video/xybots.cpp
@@ -7,8 +7,6 @@
****************************************************************************/
#include "emu.h"
-#include "machine/atarigen.h"
-#include "video/atarimo.h"
#include "includes/xybots.h"