another sync with MESS, change by Wilbert Pol (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2011-08-21 07:30:29 +00:00
parent b2003b6f46
commit 7aeeffd992

View File

@ -192,7 +192,7 @@ class tms9929_device : public tms9928a_device
{
public:
tms9929_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: tms9928a_device( mconfig, TMS9929, "tms9929", tag, owner, clock, false, true ) { }
: tms9928a_device( mconfig, TMS9929, "tms9929", tag, owner, clock, true, false ) { }
};