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