summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/s3c2440.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/s3c2440.c')
-rw-r--r--src/emu/machine/s3c2440.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/s3c2440.c b/src/emu/machine/s3c2440.c
index c5bf9408255..e5170cfc57a 100644
--- a/src/emu/machine/s3c2440.c
+++ b/src/emu/machine/s3c2440.c
@@ -74,7 +74,7 @@ DEVICE_START( s3c2440 )
const device_type S3C2440 = &device_creator<s3c2440_device>;
s3c2440_device::s3c2440_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, S3C2440, "Samsung S3C2440", tag, owner, clock)
+ : device_t(mconfig, S3C2440, "Samsung S3C2440", tag, owner, clock)
{
m_token = global_alloc_clear(s3c24xx_t);
}