From 96aa5e1c086b4927456dc88b925d8ec112f0482e Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 17 Sep 2013 06:47:03 +0000 Subject: Cleanups and version bump --- src/emu/machine/74153.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/emu/machine/74153.c') diff --git a/src/emu/machine/74153.c b/src/emu/machine/74153.c index a5e5de8ec56..9d21cfc6387 100644 --- a/src/emu/machine/74153.c +++ b/src/emu/machine/74153.c @@ -52,13 +52,13 @@ ttl74153_device::ttl74153_device(const machine_config &mconfig, const char *tag, m_input_lines[1][1] = 0; m_input_lines[1][2] = 0; m_input_lines[1][3] = 0; - + for (int i = 0; i < 2; i++) m_enable[i] = 0; - + for (int i = 0; i < 2; i++) m_output[i] = 0; - + for (int i = 0; i < 2; i++) m_last_output[i] = 0; } @@ -75,7 +75,7 @@ void ttl74153_device::device_config_complete() const ttl74153_config *intf = reinterpret_cast(static_config()); if (intf != NULL) *static_cast(this) = *intf; - + // or initialize to defaults if none provided else { -- cgit v1.2.3-70-g09d2