summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/cdp1852.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/cdp1852.c')
-rw-r--r--src/emu/machine/cdp1852.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/machine/cdp1852.c b/src/emu/machine/cdp1852.c
index 3589604d197..54dd5368828 100644
--- a/src/emu/machine/cdp1852.c
+++ b/src/emu/machine/cdp1852.c
@@ -156,6 +156,8 @@ static DEVICE_START( cdp1852 )
state_save_register_item(unique_tag, 0, cdp1852->next_data);
state_save_register_item(unique_tag, 0, cdp1852->sr);
state_save_register_item(unique_tag, 0, cdp1852->next_sr);
+
+ return DEVICE_START_OK;
}
static DEVICE_RESET( cdp1852 )