Previous 199869 Revisions Next

r29359 Sunday 6th April, 2014 at 09:14:01 UTC by smf
oops, it was this I meant to commit (nw)
[src/emu/bus/rs232]rs232.c

trunk/src/emu/bus/rs232/rs232.c
r29358r29359
101101#include "terminal.h"
102102
103103SLOT_INTERFACE_START( default_rs232_devices )
104   SLOT_INTERFACE("loopback", SERIAL_LOOPBACK)
104   SLOT_INTERFACE("loopback", RS232_LOOPBACK)
105105   SLOT_INTERFACE("null_modem", NULL_MODEM)
106106   SLOT_INTERFACE("serial_terminal", SERIAL_TERMINAL)
107107SLOT_INTERFACE_END

Previous 199869 Revisions Next


© 1997-2024 The MAME Team