diff options
author | 2013-02-11 07:44:56 +0000 | |
---|---|---|
committer | 2013-02-11 07:44:56 +0000 | |
commit | a440a8e0200a36491ae540f6f00beae59c148549 (patch) (github) | |
tree | b4c31ebadaa2857396c37178674086420bf1658f /src/emu/machine/s3c24xx.c | |
parent | 4b0b4e6b2fa7eb5105859f561354662d479f53be (diff) | |
download | mame-a440a8e0200a36491ae540f6f00beae59c148549.tar.bz2 mame-a440a8e0200a36491ae540f6f00beae59c148549.zip |
Cleanups and version bumpmame0148u1
Diffstat (limited to 'src/emu/machine/s3c24xx.c')
-rw-r--r-- | src/emu/machine/s3c24xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |