diff options
author | 2013-01-27 15:54:04 +0000 | |
---|---|---|
committer | 2013-01-27 15:54:04 +0000 | |
commit | 2b27972b7996c2bda7ac1f51c9296141972f5aa6 (patch) | |
tree | 1e8914b9a78728f8aaab0d2499d9aac975039182 /src/emu/machine/s3c2400.h | |
parent | 52f6613dded207dff174c3aaa3bbcfe76ee5a800 (diff) |
ghosteo.c - reduce tag usage
( doesn't really help performance in this even if it was a big hitter, the 200Mhz ARM has more to do with it .. also QS1000 still needs hooking up here )
Diffstat (limited to 'src/emu/machine/s3c2400.h')
-rw-r--r-- | src/emu/machine/s3c2400.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/machine/s3c2400.h b/src/emu/machine/s3c2400.h index b38b44fd8ed..6aa4ec3236b 100644 --- a/src/emu/machine/s3c2400.h +++ b/src/emu/machine/s3c2400.h @@ -745,6 +745,7 @@ struct s3c24xx_t s3c24xx_adc_t adc; s3c24xx_spi_t spi[S3C24XX_SPI_COUNT]; s3c24xx_mmc_t mmc; + device_t *m_cpu; }; #endif |