mirror of
https://github.com/holub/mame
synced 2025-05-20 04:39:11 +03:00
another sync with MESS, change by Wilbert Pol (no whatsnew)
This commit is contained in:
parent
b2003b6f46
commit
7aeeffd992
@ -192,7 +192,7 @@ class tms9929_device : public tms9928a_device
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
tms9929_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
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 ) { }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user