From 071eb8de4be2099c033a0c49554d5b690f5e969b Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 3 Sep 2012 15:00:20 +0000 Subject: Cleanup and some inheritance fixes (no whatsnew) --- src/mess/machine/omti8621.c | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'src/mess/machine/omti8621.c') diff --git a/src/mess/machine/omti8621.c b/src/mess/machine/omti8621.c index e6227e61c0b..cdd52b9c426 100644 --- a/src/mess/machine/omti8621.c +++ b/src/mess/machine/omti8621.c @@ -1334,31 +1334,6 @@ static DEVICE_RESET( omti8621 ) omti_reset(state); } -/*------------------------------------------------- - device get info callback --------------------------------------------------*/ - -DEVICE_GET_INFO( omti8621 ) -{ - switch (state) - { - /* --- the following bits of info are returned as 64-bit signed integers --- */ - case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(omti8621_state); break; - - /* --- the following bits of info are returned as pointers to data or functions --- */ - case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(omti8621); break; - case DEVINFO_FCT_STOP: /* Nothing */ break; - case DEVINFO_FCT_RESET: info->reset = DEVICE_RESET_NAME(omti8621); break; - - /* --- the following bits of info are returned as NULL-terminated strings --- */ - case DEVINFO_STR_NAME: strcpy(info->s, "OMTI 8621"); break; - case DEVINFO_STR_FAMILY: strcpy(info->s, "Winchester Disk Controller");break; - case DEVINFO_STR_VERSION: strcpy(info->s, "1.0"); break; - case DEVINFO_STR_SOURCE_FILE: strcpy(info->s, __FILE__); break; - case DEVINFO_STR_CREDITS: strcpy(info->s, "Copyright Nicola Salmoria and the MAME Team"); break; - } -} - const device_type OMTI8621 = &device_creator; omti8621_device::omti8621_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) -- cgit v1.2.3-70-g09d2