summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/8255ppi.h
diff options
context:
space:
mode:
author Ryan Holtz <rholtz@batcountryentertainment.com>2010-08-28 16:48:51 +0000
committer Ryan Holtz <rholtz@batcountryentertainment.com>2010-08-28 16:48:51 +0000
commit821814658f3b6f61cc4e8a03eac218a3217dee59 (patch)
treeaf5ff22e1be0d64f5098221b822e959f7389d134 /src/emu/machine/8255ppi.h
parent2778348e294e1630d88bee8eb4fd4827e8d5f036 (diff)
Correcting device names. No whatsnew.
Diffstat (limited to 'src/emu/machine/8255ppi.h')
-rw-r--r--src/emu/machine/8255ppi.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/emu/machine/8255ppi.h b/src/emu/machine/8255ppi.h
index 61c0a41e317..c946b3d0b5b 100644
--- a/src/emu/machine/8255ppi.h
+++ b/src/emu/machine/8255ppi.h
@@ -8,8 +8,8 @@
#pragma once
-#ifndef __8255PPI_H_
-#define __8255PPI_H_
+#ifndef __8255PPI_H__
+#define __8255PPI_H__
#include "emu.h"
@@ -46,7 +46,6 @@ struct ppi8255_interface
};
-
// ======================> ppi8255_device_config
class ppi8255_device_config : public device_config,
@@ -68,7 +67,6 @@ protected:
};
-
// ======================> ppi8255_device
class ppi8255_device : public device_t