summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ripple_counter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ripple_counter.cpp')
-rw-r--r--src/devices/machine/ripple_counter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ripple_counter.cpp b/src/devices/machine/ripple_counter.cpp
index ec0808181ff..96ce53aeec6 100644
--- a/src/devices/machine/ripple_counter.cpp
+++ b/src/devices/machine/ripple_counter.cpp
@@ -35,7 +35,7 @@ DEFINE_DEVICE_TYPE(RIPPLE_COUNTER, ripple_counter_device, "ripple_counter", "Gen
ripple_counter_device::ripple_counter_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock)
: device_t(mconfig, RIPPLE_COUNTER, tag, owner, clock),
- device_rom_interface(mconfig, *this, 0, ENDIANNESS_LITTLE, 8),
+ device_rom_interface(mconfig, *this),
m_count_out_cb(*this),
m_rom_out_cb(*this),
m_count_timer(nullptr),