summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2011-11-27 05:30:43 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2011-11-27 05:30:43 +0000
commita91971d9a082ef92aec681a1ba8f0e933452e7a5 (patch)
tree4e8e9065cff2b09238572b0b39e90badbe18be2d
parent4a3512c75692a91949a5b91c1c18bc24289ff0d0 (diff)
TMS91xx(NL) chips include rev_a features
-rw-r--r--src/emu/video/tms9928a.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/video/tms9928a.h b/src/emu/video/tms9928a.h
index 4d5d6255390..9bad6e630a4 100644
--- a/src/emu/video/tms9928a.h
+++ b/src/emu/video/tms9928a.h
@@ -176,7 +176,7 @@ class tms9118_device : public tms9928a_device
{
public:
tms9118_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : tms9928a_device( mconfig, TMS9118, "tms9118", tag, owner, clock, false, false ) { }
+ : tms9928a_device( mconfig, TMS9118, "tms9118", tag, owner, clock, false, true ) { }
};
@@ -184,7 +184,7 @@ class tms9128_device : public tms9928a_device
{
public:
tms9128_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : tms9928a_device( mconfig, TMS9128, "tms9128", tag, owner, clock, false, false ) { }
+ : tms9928a_device( mconfig, TMS9128, "tms9128", tag, owner, clock, false, true ) { }
};
@@ -208,7 +208,7 @@ class tms9129_device : public tms9928a_device
{
public:
tms9129_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : tms9928a_device( mconfig, TMS9129, "tms9129", tag, owner, clock, true, false ) { }
+ : tms9928a_device( mconfig, TMS9129, "tms9129", tag, owner, clock, true, true ) { }
};