mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
fixed Visual Studio compilation of src/emu/coco/coco_dwsock.c (nw)
This commit is contained in:
parent
23ca0f5620
commit
ae11f2c8c0
@ -1,6 +1,8 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#ifdef __GNUC__
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <fcntl.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
@ -23,7 +25,7 @@ const device_type COCO_DWSOCK = &device_creator<beckerport_device>;
|
||||
INPUT_PORTS_START( coco_drivewire )
|
||||
PORT_START(DRIVEWIRE_PORT_TAG)
|
||||
PORT_CONFNAME( 0xffff, 65504, "Drivewire Server TCP Port")
|
||||
PORT_CHANGED_MEMBER(DEVICE_SELF, beckerport_device, beckerport_device::drivewire_port_changed, NULL )
|
||||
PORT_CHANGED_MEMBER(DEVICE_SELF, beckerport_device, drivewire_port_changed, NULL )
|
||||
PORT_CONFSETTING( 65500, "65500" )
|
||||
PORT_CONFSETTING( 65501, "65501" )
|
||||
PORT_CONFSETTING( 65502, "65502" )
|
||||
|
Loading…
Reference in New Issue
Block a user