trunk/src/emu/bus/coco/coco_dwsock.c
r241372 | r241373 | |
1 | 1 | #include <stdio.h> |
2 | 2 | #include <stdlib.h> |
| 3 | #ifdef __GNUC__ |
3 | 4 | #include <unistd.h> |
| 5 | #endif |
4 | 6 | #include <fcntl.h> |
5 | 7 | #include <sys/types.h> |
6 | 8 | |
r241372 | r241373 | |
23 | 25 | INPUT_PORTS_START( coco_drivewire ) |
24 | 26 | PORT_START(DRIVEWIRE_PORT_TAG) |
25 | 27 | PORT_CONFNAME( 0xffff, 65504, "Drivewire Server TCP Port") |
26 | | PORT_CHANGED_MEMBER(DEVICE_SELF, beckerport_device, beckerport_device::drivewire_port_changed, NULL ) |
| 28 | PORT_CHANGED_MEMBER(DEVICE_SELF, beckerport_device, drivewire_port_changed, NULL ) |
27 | 29 | PORT_CONFSETTING( 65500, "65500" ) |
28 | 30 | PORT_CONFSETTING( 65501, "65501" ) |
29 | 31 | PORT_CONFSETTING( 65502, "65502" ) |