summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/ep64exp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/ep64exp.h')
-rw-r--r--src/mess/machine/ep64exp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/ep64exp.h b/src/mess/machine/ep64exp.h
index 93d60d03f32..db2e89f27bd 100644
--- a/src/mess/machine/ep64exp.h
+++ b/src/mess/machine/ep64exp.h
@@ -57,7 +57,7 @@
// MACROS / CONSTANTS
//**************************************************************************
-#define EP64_EXPANSION_BUS_TAG "exp"
+#define EP64_EXPANSION_BUS_TAG "exp"
@@ -86,7 +86,7 @@
class device_ep64_expansion_bus_card_interface;
class ep64_expansion_bus_slot_device : public device_t,
- public device_slot_interface
+ public device_slot_interface
{
friend class device_ep64_expansion_bus_card_interface;