diff options
Diffstat (limited to 'src/mess/machine/ay31015.c')
-rw-r--r-- | src/mess/machine/ay31015.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/ay31015.c b/src/mess/machine/ay31015.c index 44afe230a3b..4542d195dcb 100644 --- a/src/mess/machine/ay31015.c +++ b/src/mess/machine/ay31015.c @@ -727,7 +727,6 @@ DEVICE_GET_INFO( ay31015 ) { /* --- the following bits of info are returned as 64-bit signed integers --- */ case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(ay31015_t); break; - case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; /* --- the following bits of info are returned as pointers to data or functions --- */ case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(ay31015); break; |