diff options
Diffstat (limited to 'src/emu/machine/s3c24xx.c')
-rw-r--r-- | src/emu/machine/s3c24xx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/machine/s3c24xx.c b/src/emu/machine/s3c24xx.c index 97477e9665c..372175a7e4c 100644 --- a/src/emu/machine/s3c24xx.c +++ b/src/emu/machine/s3c24xx.c @@ -3708,8 +3708,6 @@ static DEVICE_GET_INFO( s3c24xx ) { /* --- the following bits of info are returned as 64-bit signed integers --- */ case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(s3c24xx_t); break; - case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; -// case DEVINFO_INT_CLASS: info->i = DEVICE_CLASS_PERIPHERAL; break; /* --- the following bits of info are returned as pointers to data or functions --- */ case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(s3c24xx); break; case DEVINFO_FCT_RESET: info->reset = DEVICE_RESET_NAME(s3c24xx); break; |