summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti8x/graphlinkhle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti8x/graphlinkhle.h')
-rw-r--r--src/devices/bus/ti8x/graphlinkhle.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/devices/bus/ti8x/graphlinkhle.h b/src/devices/bus/ti8x/graphlinkhle.h
index c0fef8cfbb9..6959d5b336e 100644
--- a/src/devices/bus/ti8x/graphlinkhle.h
+++ b/src/devices/bus/ti8x/graphlinkhle.h
@@ -9,10 +9,10 @@
The buffer is there so that if you connect two emulated calculators
together with these it has some chance of working. The receiving
calculator can't slow the sending calculator down like it would be able
- to in real life, so you get inevitable overruns without the buffer.
+ to in real life, so you inevitably get overruns without the buffer.
*/
-#ifndef MAME_DEVICES_BUS_TI8X_GRAPHLINKHLE_H
-#define MAME_DEVICES_BUS_TI8X_GRAPHLINKHLE_H
+#ifndef MAME_BUS_TI8X_GRAPHLINKHLE_H
+#define MAME_BUS_TI8X_GRAPHLINKHLE_H
#pragma once
@@ -23,9 +23,6 @@
#include <memory>
-extern device_type const TI8X_GRAPH_LINK_HLE;
-
-
namespace bus { namespace ti8x {
class graph_link_hle_device
@@ -63,4 +60,7 @@ private:
} } // namespace bus::ti8x
-#endif // MAME_DEVICES_BUS_TI8X_GRAPHLINKHLE_H
+
+DECLARE_DEVICE_TYPE_NS(TI8X_GRAPH_LINK_HLE, bus::ti8x, graph_link_hle_device)
+
+#endif // MAME_BUS_TI8X_GRAPHLINKHLE_H