diff options
author | 2018-03-04 00:53:49 +1100 | |
---|---|---|
committer | 2018-03-04 00:53:49 +1100 | |
commit | 8bb25d0245ecc1c18fbde13b18b888c89083f5d2 (patch) | |
tree | 26b19af20a46e13b19344aad87fb36ff75f9e4a2 /src/devices/bus/rs232/rs232.h | |
parent | b40f058c90ab41d5cd0d5cb9f94aed6a8bf53e50 (diff) |
move devcb resolution to device_resolve_objects for RS232 and Sun keyboard ports (nw)
Diffstat (limited to 'src/devices/bus/rs232/rs232.h')
-rw-r--r-- | src/devices/bus/rs232/rs232.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/rs232/rs232.h b/src/devices/bus/rs232/rs232.h index 266bba34ca1..adc121694ef 100644 --- a/src/devices/bus/rs232/rs232.h +++ b/src/devices/bus/rs232/rs232.h @@ -150,6 +150,7 @@ public: protected: rs232_port_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock); + virtual void device_resolve_objects() override; virtual void device_start() override; virtual void device_config_complete() override; |