removed dependency pollution (nw)

This commit is contained in:
smf- 2012-10-07 11:03:10 +00:00
parent c09cf1e9b2
commit 1b7345b64e
9 changed files with 14 additions and 17 deletions

View File

@ -58,6 +58,7 @@ Notes:
*/
#include "includes/bullet.h"
#include "machine/scsibus.h"
#include "machine/scsicb.h"
#include "machine/scsihd.h"
@ -1155,10 +1156,10 @@ void bulletf_state::machine_reset()
//-------------------------------------------------
static MACHINE_CONFIG_START( bullet, bullet_state )
// basic machine hardware
MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_16MHz/4)
MCFG_CPU_PROGRAM_MAP(bullet_mem)
MCFG_CPU_IO_MAP(bullet_io)
// basic machine hardware
MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_16MHz/4)
MCFG_CPU_PROGRAM_MAP(bullet_mem)
MCFG_CPU_IO_MAP(bullet_io)
MCFG_CPU_CONFIG(daisy_chain)
// devices
@ -1186,10 +1187,10 @@ MACHINE_CONFIG_END
//-------------------------------------------------
static MACHINE_CONFIG_START( bulletf, bulletf_state )
// basic machine hardware
MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_16MHz/4)
MCFG_CPU_PROGRAM_MAP(bulletf_mem)
MCFG_CPU_IO_MAP(bulletf_io)
// basic machine hardware
MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_16MHz/4)
MCFG_CPU_PROGRAM_MAP(bulletf_mem)
MCFG_CPU_IO_MAP(bulletf_io)
MCFG_CPU_CONFIG(daisy_chain)
// devices

View File

@ -10,7 +10,6 @@
#include "machine/ctronics.h"
#include "machine/ram.h"
#include "machine/scsicb.h"
#include "machine/scsibus.h"
#include "machine/terminal.h"
#include "machine/wd17xx.h"
#include "machine/z80ctc.h"

View File

@ -16,7 +16,6 @@
#include "machine/msm58321.h"
#include "machine/ram.h"
#include "machine/scsicb.h"
#include "machine/scsibus.h"
#include "machine/v1050kb.h"
#include "machine/wd17xx.h"
#include "video/mc6845.h"

View File

@ -8,6 +8,7 @@
**********************************************************************/
#include "d9060.h"
#include "machine/scsibus.h"
#include "machine/scsicb.h"
#include "machine/d9060hd.h"

View File

@ -30,8 +30,6 @@
#include "machine/6532riot.h"
#include "machine/ieee488.h"
#include "machine/scsicb.h"
#include "machine/scsibus.h"

View File

@ -54,6 +54,7 @@
*/
#include "e01.h"
#include "machine/scsibus.h"
#include "machine/scsicb.h"
#include "machine/scsihd.h"
@ -335,9 +336,9 @@ ADDRESS_MAP_END
//-------------------------------------------------
static MACHINE_CONFIG_FRAGMENT( e01 )
// basic machine hardware
// basic machine hardware
MCFG_CPU_ADD(R65C102_TAG, M65C02, XTAL_8MHz/4) // Rockwell R65C102P3
MCFG_CPU_PROGRAM_MAP(e01_mem)
MCFG_CPU_PROGRAM_MAP(e01_mem)
MCFG_MC146818_IRQ_ADD(HD146818_TAG, MC146818_STANDARD, rtc_intf)

View File

@ -22,7 +22,6 @@
#include "machine/mc6854.h"
#include "machine/ram.h"
#include "machine/scsicb.h"
#include "machine/scsibus.h"
#include "machine/wd17xx.h"
class e01_device : public device_t,

View File

@ -8,6 +8,7 @@
*********************************************************************/
#include "lux4105.h"
#include "machine/scsibus.h"
#include "machine/scsicb.h"
#include "machine/scsihd.h"
#include "machine/s1410.h"

View File

@ -16,8 +16,6 @@
#include "emu.h"
#include "abc1600_bus.h"
#include "machine/scsicb.h"
#include "machine/scsibus.h"