From 3b41606ca0c02056604a55a7b1f5165e80bc11fb Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Fri, 31 Dec 2010 21:42:55 +0000 Subject: running_device -> device_t They both already existed. No sense in having two names for the same object type. --- src/emu/machine/pit8253.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/emu/machine/pit8253.h') diff --git a/src/emu/machine/pit8253.h b/src/emu/machine/pit8253.h index 41445f1429d..32e05f62498 100644 --- a/src/emu/machine/pit8253.h +++ b/src/emu/machine/pit8253.h @@ -76,8 +76,8 @@ WRITE_LINE_DEVICE_HANDLER( pit8253_gate2_w ); to 0 with pit8253_set_clockin and call pit8253_clkX_w to change the state of the input CLKx signal. */ -int pit8253_get_output(running_device *device, int timer); -void pit8253_set_clockin(running_device *device, int timer, double new_clockin); +int pit8253_get_output(device_t *device, int timer); +void pit8253_set_clockin(device_t *device, int timer, double new_clockin); #endif /* __PIT8253_H__ */ -- cgit v1.2.3-70-g09d2