summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/s3c2410.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/s3c2410.c')
-rw-r--r--src/emu/machine/s3c2410.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/machine/s3c2410.c b/src/emu/machine/s3c2410.c
index f02dd3e048a..4b4a83fa38f 100644
--- a/src/emu/machine/s3c2410.c
+++ b/src/emu/machine/s3c2410.c
@@ -72,7 +72,7 @@ DEVICE_START( s3c2410 )
const device_type S3C2410 = &device_creator<s3c2410_device>;
s3c2410_device::s3c2410_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, S3C2410, "Samsung S3C2410", tag, owner, clock)
+ : device_t(mconfig, S3C2410, "Samsung S3C2410", tag, owner, clock)
{
m_token = global_alloc_clear(s3c24xx_t);
}
@@ -130,4 +130,3 @@ void s3c2410_request_eint( device_t *device, UINT32 number)
{
s3c24xx_request_eint( device, number);
}
-