summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emu.h')
-rw-r--r--src/emu/emu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/emu.h b/src/emu/emu.h
index 222693d07fd..4f31420a6ee 100644
--- a/src/emu/emu.h
+++ b/src/emu/emu.h
@@ -3,11 +3,11 @@
emu.h
Core header file to be included by most files.
-
- NOTE: The contents of this file are designed to meet the needs of
+
+ NOTE: The contents of this file are designed to meet the needs of
drivers and devices. In addition to this file, you will also need
to include the headers of any CPUs or other devices that are required.
-
+
If you find yourself needing something outside of this file in a
driver or device, think carefully about what you are doing.