mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
rs232/terminal.c: Let's also call generic_terminal_device::device_start... (nw)
This commit is contained in:
parent
a000e9287c
commit
47b1aa1320
@ -31,6 +31,7 @@ ioport_constructor serial_terminal_device::device_input_ports() const
|
||||
|
||||
void serial_terminal_device::device_start()
|
||||
{
|
||||
generic_terminal_device::device_start();
|
||||
}
|
||||
|
||||
WRITE_LINE_MEMBER(serial_terminal_device::update_serial)
|
||||
|
Loading…
Reference in New Issue
Block a user