Previous 199869 Revisions Next

r32861 Wednesday 22nd October, 2014 at 07:23:56 UTC by Oliver Stöneberg
fixed Visual Studio compilation of src/emu/coco/coco_dwsock.c (nw)
[src/emu/bus/coco]coco_dwsock.c

trunk/src/emu/bus/coco/coco_dwsock.c
r241372r241373
11#include <stdio.h>
22#include <stdlib.h>
3#ifdef __GNUC__
34#include <unistd.h>
5#endif
46#include <fcntl.h>
57#include <sys/types.h>
68
r241372r241373
2325INPUT_PORTS_START( coco_drivewire )
2426   PORT_START(DRIVEWIRE_PORT_TAG)
2527   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 )
2729   PORT_CONFSETTING(      65500, "65500" )
2830   PORT_CONFSETTING(      65501, "65501" )
2931   PORT_CONFSETTING(      65502, "65502" )


Previous 199869 Revisions Next


© 1997-2024 The MAME Team