Fix compile (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2010-08-23 10:03:39 +00:00
parent 86342429fd
commit b5490690b6
4 changed files with 5 additions and 5 deletions

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */