From b5490690b60c03d5b2a08eca452cfd7edea0152d Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 23 Aug 2010 10:03:39 +0000 Subject: [PATCH] Fix compile (no whatsnew) --- src/mame/drivers/m10.c | 4 ++-- src/mame/drivers/nyny.c | 2 +- src/mame/drivers/r2dtank.c | 2 +- src/mame/drivers/spiders.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mame/drivers/m10.c b/src/mame/drivers/m10.c index 69ecfe35b99..d18e2011781 100644 --- a/src/mame/drivers/m10.c +++ b/src/mame/drivers/m10.c @@ -145,7 +145,7 @@ static WRITE8_DEVICE_HANDLER( ic8j2_output_changed ) ttl74123_a_w(state->ic8j1, 0, data); } -static const ttl74123_config ic8j1_intf = +static const ttl74123_interface ic8j1_intf = { /* completely illegible */ TTL74123_NOT_GROUNDED_DIODE, /* the hook up type */ @@ -157,7 +157,7 @@ static const ttl74123_config ic8j1_intf = ic8j1_output_changed }; -static const ttl74123_config ic8j2_intf = +static const ttl74123_interface ic8j2_intf = { TTL74123_NOT_GROUNDED_DIODE, /* the hook up type */ /* 10k + 20k variable resistor */ diff --git a/src/mame/drivers/nyny.c b/src/mame/drivers/nyny.c index aebc7d16bfb..79c7baf51e9 100644 --- a/src/mame/drivers/nyny.c +++ b/src/mame/drivers/nyny.c @@ -253,7 +253,7 @@ static WRITE8_DEVICE_HANDLER( ic48_1_74123_output_changed ) } -static const ttl74123_config ic48_1_config = +static const ttl74123_interface ic48_1_config = { TTL74123_GROUNDED, /* the hook up type */ RES_K(22), /* resistor connected to RCext */ diff --git a/src/mame/drivers/r2dtank.c b/src/mame/drivers/r2dtank.c index 77d33300605..651b2810834 100644 --- a/src/mame/drivers/r2dtank.c +++ b/src/mame/drivers/r2dtank.c @@ -218,7 +218,7 @@ static CUSTOM_INPUT( get_ttl74123_output ) } -static const ttl74123_config ttl74123_intf = +static const ttl74123_interface ttl74123_intf = { TTL74123_GROUNDED, /* the hook up type */ RES_K(22), /* resistor connected to RCext */ diff --git a/src/mame/drivers/spiders.c b/src/mame/drivers/spiders.c index 9da88e76086..9de4b9abc3c 100644 --- a/src/mame/drivers/spiders.c +++ b/src/mame/drivers/spiders.c @@ -387,7 +387,7 @@ static WRITE8_DEVICE_HANDLER( ic60_74123_output_changed) } -static const ttl74123_config ic60_intf = +static const ttl74123_interface ic60_intf = { TTL74123_GROUNDED, /* the hook up type */ RES_K(22), /* resistor connected to RCext */