From a440a8e0200a36491ae540f6f00beae59c148549 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 11 Feb 2013 07:44:56 +0000 Subject: Cleanups and version bump --- src/emu/machine/s3c24xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/machine/s3c24xx.c') diff --git a/src/emu/machine/s3c24xx.c b/src/emu/machine/s3c24xx.c index 4cbd9d9b3de..521effa5c8e 100644 --- a/src/emu/machine/s3c24xx.c +++ b/src/emu/machine/s3c24xx.c @@ -3679,7 +3679,7 @@ static DEVICE_RESET( s3c24xx ) static DEVICE_START( s3c24xx ) { s3c24xx_t *s3c24xx = get_token( device); - + s3c24xx->m_cpu = device->machine().device( "maincpu"); verboselog( device->machine(), 1, "s3c24xx device start\n"); -- cgit v1.2.3