diff options
author | 2012-08-30 10:06:22 +0000 | |
---|---|---|
committer | 2012-08-30 10:06:22 +0000 | |
commit | 5bac802b5f64caf98dc7da81af8fbbbbefc91f97 (patch) | |
tree | c0fbddea4d50630a401e5bb90f031dbcf14bb7f3 /src/mess/machine/mc6846.c | |
parent | 76571c816113e5152c2b8d9d32ded96ce8442e7c (diff) |
Removed zero sized inline_config (no whatsnew)
Diffstat (limited to 'src/mess/machine/mc6846.c')
-rw-r--r-- | src/mess/machine/mc6846.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/mc6846.c b/src/mess/machine/mc6846.c index 16f5fd12b0e..33cc21bf219 100644 --- a/src/mess/machine/mc6846.c +++ b/src/mess/machine/mc6846.c @@ -616,7 +616,6 @@ DEVICE_GET_INFO( mc6846 ) { switch ( state ) { /* --- the following bits of info are returned as 64-bit signed integers --- */ case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(mc6846_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(mc6846); break; |