diff options
Diffstat (limited to 'src/emu/machine/s3c2400.c')
-rw-r--r-- | src/emu/machine/s3c2400.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/s3c2400.c b/src/emu/machine/s3c2400.c index a9db12f0670..fd3952b2dfb 100644 --- a/src/emu/machine/s3c2400.c +++ b/src/emu/machine/s3c2400.c @@ -69,7 +69,7 @@ DEVICE_START( s3c2400 ) const device_type S3C2400 = &device_creator<s3c2400_device>; s3c2400_device::s3c2400_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, S3C2400, "Samsung S3C2400", tag, owner, clock) + : device_t(mconfig, S3C2400, "Samsung S3C2400", tag, owner, clock, "s3c2400", __FILE__) { m_token = global_alloc_clear(s3c24xx_t); } |