summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/bt45x.h
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-09-15 20:28:53 +0200
committer mooglyguy <therealmogminer@gmail.com>2018-09-15 20:28:53 +0200
commit0a86f2efe9d836c2af992262b9e1f6ba7c973fdb (patch)
tree1eb3240a5035bba2ae494aed4bedd6ca7e065c9a /src/devices/video/bt45x.h
parentc7170bed75f6a630c6e87a55374a41d876227544 (diff)
-cgsix: Renamed turbogx.* to cgsix.* and added TurboGX+ support. [Ryan Holtz, Andrew Liles]
Diffstat (limited to 'src/devices/video/bt45x.h')
-rw-r--r--src/devices/video/bt45x.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/devices/video/bt45x.h b/src/devices/video/bt45x.h
index a81b415eca6..df1114f74dd 100644
--- a/src/devices/video/bt45x.h
+++ b/src/devices/video/bt45x.h
@@ -169,6 +169,15 @@ class bt458_device : public bt45x_rgb_device_base
{
public:
bt458_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+
+protected:
+ bt458_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
+};
+
+class bt467_device : public bt458_device
+{
+public:
+ bt467_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
};
DECLARE_DEVICE_TYPE(BT451, bt451_device)
@@ -177,5 +186,6 @@ DECLARE_DEVICE_TYPE(BT454, bt454_device)
DECLARE_DEVICE_TYPE(BT455, bt455_device)
DECLARE_DEVICE_TYPE(BT457, bt457_device)
DECLARE_DEVICE_TYPE(BT458, bt458_device)
+DECLARE_DEVICE_TYPE(BT467, bt467_device)
#endif // MAME_VIDEO_BT45X_H