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/video/apollo.c | |
parent | 76571c816113e5152c2b8d9d32ded96ce8442e7c (diff) |
Removed zero sized inline_config (no whatsnew)
Diffstat (limited to 'src/mess/video/apollo.c')
-rw-r--r-- | src/mess/video/apollo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mess/video/apollo.c b/src/mess/video/apollo.c index 4caecf3cab5..65757433011 100644 --- a/src/mess/video/apollo.c +++ b/src/mess/video/apollo.c @@ -841,7 +841,6 @@ static DEVICE_RESET( apollo_mono15i ) { DEVICE_GET_INFO( apollo_mono19i ) { 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(screen_data_t); break; /* --- the following bits of info are returned as pointers to data or functions --- */ @@ -861,7 +860,6 @@ DEVICE_GET_INFO( apollo_mono19i ) { DEVICE_GET_INFO( apollo_mono15i ) { 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(screen_data_t); break; /* --- the following bits of info are returned as pointers to data or functions --- */ |