From 027e483ceebcc4d9bf302b251cc3947a7727c0eb Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Sat, 1 Jun 2013 22:10:50 +0000 Subject: [PATCH] Fix compile error regarding reordering variables (nw) --- src/emu/sound/ymz280b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/sound/ymz280b.c b/src/emu/sound/ymz280b.c index 94469331575..c707fde6116 100644 --- a/src/emu/sound/ymz280b.c +++ b/src/emu/sound/ymz280b.c @@ -945,10 +945,10 @@ ymz280b_device::ymz280b_device(const machine_config &mconfig, const char *tag, d m_irq_enable(0), m_keyon_enable(0), m_ext_mem_enable(0), + m_ext_readlatch(0), m_ext_mem_address_hi(0), m_ext_mem_address_mid(0), m_ext_mem_address(0), - m_ext_readlatch(0), m_irq_handler(*this), m_ext_read_handler(*this), m_ext_write_handler(*this)