summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-08-16 13:32:23 +1000
committer Vas Crabb <vas@vastheman.com>2020-08-16 13:32:23 +1000
commit4bf1ac6aaf75d4932f50265e60692a7d2e13ae29 (patch)
tree40107383b787635f6c18a7223328d1457519e698 /src/devices/machine
parentce67d8e6b07a4858b9f7f4a048b72758d146e18f (diff)
clean up #include stuff, make trampoline constructors protected, restore blank lines between paragraphs in seicross.cpp comment
Diffstat (limited to 'src/devices/machine')
-rw-r--r--src/devices/machine/iwm.h6
-rw-r--r--src/devices/machine/swim1.h6
-rw-r--r--src/devices/machine/swim2.h6
-rw-r--r--src/devices/machine/swim3.h6
4 files changed, 12 insertions, 12 deletions
diff --git a/src/devices/machine/iwm.h b/src/devices/machine/iwm.h
index 6bb48f5043b..7ef2b8a4b4c 100644
--- a/src/devices/machine/iwm.h
+++ b/src/devices/machine/iwm.h
@@ -5,14 +5,14 @@
Apple IWM floppy disk controller
*********************************************************************/
-
-#pragma once
-
#ifndef MAME_MACHINE_IWM_H
#define MAME_MACHINE_IWM_H
+#pragma once
+
#include "applefdintf.h"
+
//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
diff --git a/src/devices/machine/swim1.h b/src/devices/machine/swim1.h
index ce47069516f..86d064a19ae 100644
--- a/src/devices/machine/swim1.h
+++ b/src/devices/machine/swim1.h
@@ -5,14 +5,14 @@
Apple SWIM1 floppy disk controller
*********************************************************************/
-
-#pragma once
-
#ifndef MAME_MACHINE_SWIM1_H
#define MAME_MACHINE_SWIM1_H
+#pragma once
+
#include "applefdintf.h"
+
//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
diff --git a/src/devices/machine/swim2.h b/src/devices/machine/swim2.h
index 6a29a51356e..dc729fe533e 100644
--- a/src/devices/machine/swim2.h
+++ b/src/devices/machine/swim2.h
@@ -5,14 +5,14 @@
Apple SWIM2 floppy disk controller
*********************************************************************/
-
-#pragma once
-
#ifndef MAME_MACHINE_SWIM2_H
#define MAME_MACHINE_SWIM2_H
+#pragma once
+
#include "applefdintf.h"
+
//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
diff --git a/src/devices/machine/swim3.h b/src/devices/machine/swim3.h
index 076a612377c..6e353dc9740 100644
--- a/src/devices/machine/swim3.h
+++ b/src/devices/machine/swim3.h
@@ -5,14 +5,14 @@
Apple SWIM3 floppy disk controller
*********************************************************************/
-
-#pragma once
-
#ifndef MAME_MACHINE_SWIM3_H
#define MAME_MACHINE_SWIM3_H
+#pragma once
+
#include "applefdintf.h"
+
//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************