mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
Remove more redundant #includes from src/mame
This commit is contained in:
parent
cf6447cf4e
commit
1666fb3fd7
@ -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"
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
||||
|
||||
|
||||
|
@ -7,7 +7,6 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/atarigen.h"
|
||||
#include "includes/cyberbal.h"
|
||||
|
||||
|
||||
|
@ -7,8 +7,6 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/atarigen.h"
|
||||
#include "video/atarimo.h"
|
||||
#include "includes/gauntlet.h"
|
||||
|
||||
|
||||
|
@ -7,8 +7,6 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/atarigen.h"
|
||||
#include "video/atarimo.h"
|
||||
#include "includes/rampart.h"
|
||||
|
||||
/*************************************
|
||||
|
@ -7,7 +7,6 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/atarigen.h"
|
||||
#include "includes/toobin.h"
|
||||
|
||||
|
||||
|
@ -7,8 +7,6 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/atarigen.h"
|
||||
#include "video/atarimo.h"
|
||||
#include "includes/xybots.h"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user