diff options
| author | 2013-09-17 06:47:03 +0000 | |
|---|---|---|
| committer | 2013-09-17 06:47:03 +0000 | |
| commit | 96aa5e1c086b4927456dc88b925d8ec112f0482e (patch) | |
| tree | f59d136c51d4a065f39e3ab0d73981526c4d156b /src/emu/machine/74148.c | |
| parent | a7d12daf5b4c3374e8ad47a003ac7fff73d5c8fc (diff) | |
Cleanups and version bumpmame0150
Diffstat (limited to 'src/emu/machine/74148.c')
| -rw-r--r-- | src/emu/machine/74148.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/emu/machine/74148.c b/src/emu/machine/74148.c index 50c957b6321..ba9743ca0b2 100644 --- a/src/emu/machine/74148.c +++ b/src/emu/machine/74148.c @@ -70,12 +70,12 @@ void ttl74148_device::device_config_complete() const ttl74148_config *intf = reinterpret_cast<const ttl74148_config *>(static_config()); if (intf != NULL) *static_cast<ttl74148_config *>(this) = *intf; - + // or initialize to defaults if none provided else { } - + } //------------------------------------------------- @@ -100,7 +100,6 @@ void ttl74148_device::device_start() void ttl74148_device::device_reset() { - m_enable_input = 1; m_input_lines[0] = 1; m_input_lines[1] = 1; |
