summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/qbus/pc11.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-06-26 04:41:42 +1000
committer Vas Crabb <vas@vastheman.com>2020-06-26 04:41:42 +1000
commit8bf71eec3b9a97ce7a04a2df6bd5d9121a8f6874 (patch)
treee0c5071f04b9d4fd014004ad70148d408c0b7d34 /src/devices/bus/qbus/pc11.h
parentfc970b9f82268a54b4e643f0adf1a6c96cdc0b12 (diff)
cleanup and loose ends:
* Added AsmJit to COPYING * Changed some added code to better match surrounding code style * Removed completely unused members from mw8080bw.h state class * Made some code better align with MAME standards
Diffstat (limited to 'src/devices/bus/qbus/pc11.h')
-rw-r--r--src/devices/bus/qbus/pc11.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/devices/bus/qbus/pc11.h b/src/devices/bus/qbus/pc11.h
index 0ecba20bc16..0de064029ae 100644
--- a/src/devices/bus/qbus/pc11.h
+++ b/src/devices/bus/qbus/pc11.h
@@ -6,12 +6,10 @@
***************************************************************************/
-#pragma once
-
-#ifndef __PC11__
-#define __PC11__
+#ifndef MAME_BUS_QBUS_PC11_H
+#define MAME_BUS_QBUS_PC11_H
-#include "emu.h"
+#pragma once
#include "qbus.h"