diff options
Diffstat (limited to 'src/emu/machine/6526cia.c')
-rw-r--r-- | src/emu/machine/6526cia.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/emu/machine/6526cia.c b/src/emu/machine/6526cia.c index fa29e33d11c..4e67dcd5396 100644 --- a/src/emu/machine/6526cia.c +++ b/src/emu/machine/6526cia.c @@ -861,19 +861,6 @@ int cia_get_irq(const device_config *device) { return get_token(device)->irq; } /*------------------------------------------------- - DEVICE_SET_INFO( cia6526 ) --------------------------------------------------*/ - -static DEVICE_SET_INFO( cia6526 ) -{ - switch (state) - { - /* no parameters to set */ - } -} - - -/*------------------------------------------------- DEVICE_GET_INFO( cia6526r1 ) -------------------------------------------------*/ @@ -887,7 +874,6 @@ DEVICE_GET_INFO(cia6526r1) 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(cia6526); break; case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(cia); break; case DEVINFO_FCT_STOP: /* Nothing */ break; case DEVINFO_FCT_RESET: info->reset = DEVICE_RESET_NAME(cia); break; |