mirror of
https://github.com/holub/mame
synced 2025-05-25 07:15:25 +03:00
Added missing voids.
This commit is contained in:
parent
35ebc1b1e3
commit
88bd536416
@ -80,12 +80,12 @@ static TIMER_DEVICE_CALLBACK( rst2_tick )
|
|||||||
cpu_set_input_line_and_vector(cputag_get_cpu(timer->machine, "main"), INPUT_LINE_IRQ0, state, 0xd7);
|
cpu_set_input_line_and_vector(cputag_get_cpu(timer->machine, "main"), INPUT_LINE_IRQ0, state, 0xd7);
|
||||||
}
|
}
|
||||||
|
|
||||||
static n8080_inte_callback(const device_config *device, int state)
|
static void n8080_inte_callback(const device_config *device, int state)
|
||||||
{
|
{
|
||||||
inte = state;
|
inte = state;
|
||||||
}
|
}
|
||||||
|
|
||||||
static n8080_status_callback(const device_config *device, UINT8 status)
|
static void n8080_status_callback(const device_config *device, UINT8 status)
|
||||||
{
|
{
|
||||||
if (BIT(status, 0))
|
if (BIT(status, 0))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user