mirror of
https://github.com/holub/mame
synced 2025-05-24 23:05:32 +03:00
Fix compile (no whatsnew)
This commit is contained in:
parent
86342429fd
commit
b5490690b6
@ -145,7 +145,7 @@ static WRITE8_DEVICE_HANDLER( ic8j2_output_changed )
|
|||||||
ttl74123_a_w(state->ic8j1, 0, data);
|
ttl74123_a_w(state->ic8j1, 0, data);
|
||||||
}
|
}
|
||||||
|
|
||||||
static const ttl74123_config ic8j1_intf =
|
static const ttl74123_interface ic8j1_intf =
|
||||||
{
|
{
|
||||||
/* completely illegible */
|
/* completely illegible */
|
||||||
TTL74123_NOT_GROUNDED_DIODE, /* the hook up type */
|
TTL74123_NOT_GROUNDED_DIODE, /* the hook up type */
|
||||||
@ -157,7 +157,7 @@ static const ttl74123_config ic8j1_intf =
|
|||||||
ic8j1_output_changed
|
ic8j1_output_changed
|
||||||
};
|
};
|
||||||
|
|
||||||
static const ttl74123_config ic8j2_intf =
|
static const ttl74123_interface ic8j2_intf =
|
||||||
{
|
{
|
||||||
TTL74123_NOT_GROUNDED_DIODE, /* the hook up type */
|
TTL74123_NOT_GROUNDED_DIODE, /* the hook up type */
|
||||||
/* 10k + 20k variable resistor */
|
/* 10k + 20k variable resistor */
|
||||||
|
@ -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 */
|
TTL74123_GROUNDED, /* the hook up type */
|
||||||
RES_K(22), /* resistor connected to RCext */
|
RES_K(22), /* resistor connected to RCext */
|
||||||
|
@ -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 */
|
TTL74123_GROUNDED, /* the hook up type */
|
||||||
RES_K(22), /* resistor connected to RCext */
|
RES_K(22), /* resistor connected to RCext */
|
||||||
|
@ -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 */
|
TTL74123_GROUNDED, /* the hook up type */
|
||||||
RES_K(22), /* resistor connected to RCext */
|
RES_K(22), /* resistor connected to RCext */
|
||||||
|
Loading…
Reference in New Issue
Block a user