summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-04-19 22:18:05 -0400
committer AJR <ajrhacker@users.noreply.github.com>2021-04-19 22:18:05 -0400
commit976137eddb4b803283fd1094c3616a51cd32000a (patch)
tree7d7b3024a3eec0991ec75d5e55d9d16acb666b01
parent782f561bf2150288f42821f1923ed0138cf2e3db (diff)
Purge various obsolete and redundant #includes
-rw-r--r--src/devices/bus/bml3/bml3mp1805.h2
-rw-r--r--src/mame/drivers/thomson.cpp1
-rw-r--r--src/mame/machine/mac.cpp11
-rw-r--r--src/mame/machine/macpci.cpp6
4 files changed, 1 insertions, 19 deletions
diff --git a/src/devices/bus/bml3/bml3mp1805.h b/src/devices/bus/bml3/bml3mp1805.h
index ea5fafa8766..f3c4de448d3 100644
--- a/src/devices/bus/bml3/bml3mp1805.h
+++ b/src/devices/bus/bml3/bml3mp1805.h
@@ -15,7 +15,7 @@
#pragma once
#include "bml3bus.h"
-#include "imagedev/flopdrv.h"
+#include "imagedev/floppy.h"
#include "machine/mc6843.h"
//**************************************************************************
diff --git a/src/mame/drivers/thomson.cpp b/src/mame/drivers/thomson.cpp
index 97c3519da09..e3a3089f92a 100644
--- a/src/mame/drivers/thomson.cpp
+++ b/src/mame/drivers/thomson.cpp
@@ -86,7 +86,6 @@
#include "bus/thomson/cd90_351.h"
#include "bus/thomson/cd90_640.h"
#include "bus/thomson/nanoreseau.h"
-#include "imagedev/flopdrv.h"
#include "machine/6821pia.h"
#include "machine/clock.h"
#include "machine/ram.h"
diff --git a/src/mame/machine/mac.cpp b/src/mame/machine/mac.cpp
index 0830f5e79c7..7ba0fa92477 100644
--- a/src/mame/machine/mac.cpp
+++ b/src/mame/machine/mac.cpp
@@ -76,9 +76,6 @@
#include "emu.h"
#include "includes/mac.h"
-#include "machine/sonydriv.h"
-#include "machine/iwm.h"
-#include "machine/swim1.h"
#define INTS_RBV ((m_model >= MODEL_MAC_IICI) && (m_model <= MODEL_MAC_IIVI)) || ((m_model >= MODEL_MAC_LC) && (m_model <= MODEL_MAC_LC_580))
@@ -98,12 +95,6 @@
#define LOG_MEMORY 0
#endif
-// handle disk enable lines
-void mac_fdc_set_enable_lines(device_t *device, int enable_mask)
-{
- sony_set_enable_lines(device, enable_mask);
-}
-
void mac_state::mac_install_memory(offs_t memory_begin, offs_t memory_end,
offs_t memory_size, void *memory_data, int is_rom)
{
@@ -1200,8 +1191,6 @@ uint32_t mac_state::mac_read_id()
}
}
-#include "cpu/powerpc/ppc.h"
-
void mac_state::mac_driver_init(model_t model)
{
m_overlay = 1;
diff --git a/src/mame/machine/macpci.cpp b/src/mame/machine/macpci.cpp
index 1f9fe2b4581..570ca958039 100644
--- a/src/mame/machine/macpci.cpp
+++ b/src/mame/machine/macpci.cpp
@@ -11,13 +11,7 @@
****************************************************************************/
#include "emu.h"
-#include "machine/8530scc.h"
-#include "cpu/m68000/m68000.h"
-#include "machine/applefdc.h"
-#include "machine/sonydriv.h"
#include "includes/macpci.h"
-#include "machine/ram.h"
-#include "debugger.h"
#define LOG_ADB 0
#define LOG_VIA 0