summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/bt47x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/bt47x.h')
-rw-r--r--src/devices/video/bt47x.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/devices/video/bt47x.h b/src/devices/video/bt47x.h
index a186083e3b8..2d89881ec55 100644
--- a/src/devices/video/bt47x.h
+++ b/src/devices/video/bt47x.h
@@ -92,6 +92,12 @@ public:
bt471_device(machine_config const &mconfig, char const *tag, device_t *owner, u32 clock);
};
+class bt473_device : public bt47x_device_base
+{
+public:
+ bt473_device(machine_config const &mconfig, char const *tag, device_t *owner, u32 clock);
+};
+
class bt475_device : public bt475_device_base
{
public:
@@ -144,7 +150,7 @@ private:
};
DECLARE_DEVICE_TYPE(BT471, bt471_device)
-//DECLARE_DEVICE_TYPE(BT473, bt473_device)
+DECLARE_DEVICE_TYPE(BT473, bt473_device)
//DECLARE_DEVICE_TYPE(BT474, bt474_device)
DECLARE_DEVICE_TYPE(BT475, bt475_device)
DECLARE_DEVICE_TYPE(BT476, bt476_device)