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(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"