diff options
Diffstat (limited to 'src/mess/machine/990_tap.c')
-rw-r--r-- | src/mess/machine/990_tap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/990_tap.c b/src/mess/machine/990_tap.c index 415cbf7eb95..1475b81b392 100644 --- a/src/mess/machine/990_tap.c +++ b/src/mess/machine/990_tap.c @@ -1071,7 +1071,6 @@ DEVICE_GET_INFO( tap_990 ) switch (state) { /* --- the following bits of info are returned as 64-bit signed integers --- */ - case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(tap_990_t); break; /* --- the following bits of info are returned as pointers --- */ |