summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/s3c2400.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/s3c2400.c')
-rw-r--r--src/emu/machine/s3c2400.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/machine/s3c2400.c b/src/emu/machine/s3c2400.c
index 60479565893..a9db12f0670 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)
{
m_token = global_alloc_clear(s3c24xx_t);
}
@@ -106,4 +106,3 @@ void s3c2400_uart_fifo_w( device_t *device, int uart, UINT8 data)
{
s3c24xx_uart_fifo_w( device, uart, data);
}
-