diff options
author | 2016-11-26 08:49:17 +1100 | |
---|---|---|
committer | 2016-11-26 08:49:17 +1100 | |
commit | 0b1a51a9d1700d8b22d65602b9f2a4dfb1a701ea (patch) | |
tree | 4a8b4935070429aace58b1ea0149a835b9609af9 /src/mame/machine/iteagle_fpga.cpp | |
parent | a68cefdb4f220455e9a29e98d3b270958078d5ea (diff) | |
parent | 7ad15e78260f5dc28912cc700fc87838ca75f198 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/mame/machine/iteagle_fpga.cpp')
-rw-r--r-- | src/mame/machine/iteagle_fpga.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/iteagle_fpga.cpp b/src/mame/machine/iteagle_fpga.cpp index 7e5f8c133f1..972b2430dff 100644 --- a/src/mame/machine/iteagle_fpga.cpp +++ b/src/mame/machine/iteagle_fpga.cpp @@ -656,7 +656,7 @@ READ32_MEMBER( iteagle_periph_device::ctrl_r ) //m_rtc_regs[9] = 0x99; // Use 1998 //m_rtc_regs[0xa] &= ~0x10; // Reg A Status //m_ctrl_regs[0xb] &= 0x10; // Reg B Status - //m_ctrl_regs[0xc] &= 0x10; // Reg C Interupt Status + //m_ctrl_regs[0xc] &= 0x10; // Reg C Interrupt Status m_rtc_regs[0xd] = 0x80; // Reg D Valid time/ram Status result = (result & 0xffff00ff) | (m_rtc_regs[m_ctrl_regs[0x70/4]&0xff]<<8); } |