summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/s3c24xx.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-08-30 10:06:22 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-08-30 10:06:22 +0000
commit5bac802b5f64caf98dc7da81af8fbbbbefc91f97 (patch)
treec0fbddea4d50630a401e5bb90f031dbcf14bb7f3 /src/emu/machine/s3c24xx.c
parent76571c816113e5152c2b8d9d32ded96ce8442e7c (diff)
Removed zero sized inline_config (no whatsnew)
Diffstat (limited to 'src/emu/machine/s3c24xx.c')
-rw-r--r--src/emu/machine/s3c24xx.c2
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;