diff options
Diffstat (limited to 'src/mess/machine/mos6530.c')
-rw-r--r-- | src/mess/machine/mos6530.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/mos6530.c b/src/mess/machine/mos6530.c index e8554a1d339..771f4f9b0e0 100644 --- a/src/mess/machine/mos6530.c +++ b/src/mess/machine/mos6530.c @@ -440,7 +440,6 @@ DEVICE_GET_INFO( mos6530 ) { /* --- the following bits of info are returned as 64-bit signed integers --- */ case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(mos6530_state); 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(mos6530); break; |