From 8154fdc70d09a4211adfb655e9651982880b00b0 Mon Sep 17 00:00:00 2001 From: smf- Date: Tue, 12 Jul 2011 11:42:15 +0000 Subject: [PATCH] hack for building with visual studio, to go with the hack for gcc --- src/emu/ioport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/emu/ioport.h b/src/emu/ioport.h index 96ec989aa2e..8856ee4be95 100644 --- a/src/emu/ioport.h +++ b/src/emu/ioport.h @@ -1076,6 +1076,7 @@ void INPUT_PORTS_NAME(_name)(device_t &owner, ioport_list &portlist, astring &er /* name of table */ #define DEVICE_INPUT_DEFAULTS_NAME(_name) device_iptdef_##_name +#define device_iptdef_0 NULL #define device_iptdef___null NULL /* start of table */