diff options
Diffstat (limited to 'src/emu/machine/68681.c')
-rw-r--r-- | src/emu/machine/68681.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/emu/machine/68681.c b/src/emu/machine/68681.c index de614a0753f..5dc18e2ea27 100644 --- a/src/emu/machine/68681.c +++ b/src/emu/machine/68681.c @@ -607,18 +607,6 @@ static DEVICE_RESET(duart68681) } /*------------------------------------------------- - device set info callback --------------------------------------------------*/ - -static DEVICE_SET_INFO(duart68681) -{ - switch (state) - { - /* no parameters to set */ - } -} - -/*------------------------------------------------- device get info callback -------------------------------------------------*/ @@ -632,7 +620,6 @@ DEVICE_GET_INFO(duart68681) case DEVINFO_INT_CLASS: info->i = DEVICE_CLASS_PERIPHERAL; break; /* --- the following bits of info are returned as pointers to data or functions --- */ - case DEVINFO_FCT_SET_INFO: info->set_info = DEVICE_SET_INFO_NAME(duart68681); break; case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(duart68681); break; case DEVINFO_FCT_STOP: /* nothing */ break; case DEVINFO_FCT_RESET: info->reset = DEVICE_RESET_NAME(duart68681);break; |