diff --git a/artwork/chess/README.md b/artwork/chess/README.md index ea838be4ac2..b61aa2d2dd1 100644 --- a/artwork/chess/README.md +++ b/artwork/chess/README.md @@ -2,4 +2,4 @@ Place chesspieces for use with internal artwork here, each SVG is expected to be square with transparent background. They are used with sensorboard device chesspieces simulation, as well as button labels in some cases. -The ones that are included in MAME by default are licensed under the [BSD-3-Clause](http://opensource.org/licenses/BSD-3-Clause). Copyright Colin M.L. Burnett, with contributions from other Wikipedia users. Revision 13 December 2021. \ No newline at end of file +The ones that are included in MAME by default are licensed under the [BSD-3-Clause](http://opensource.org/licenses/BSD-3-Clause). Copyright Colin M.L. Burnett, with contributions from other Wikipedia users. Revision 28 July 2022. \ No newline at end of file diff --git a/artwork/chess/wb.svg b/artwork/chess/wb.svg index e9f1093e4e4..3a8eaa28623 100644 --- a/artwork/chess/wb.svg +++ b/artwork/chess/wb.svg @@ -1,7 +1,7 @@ - > + diff --git a/src/devices/cpu/tms1000/tms2100.cpp b/src/devices/cpu/tms1000/tms2100.cpp index 9ea9bd596a3..b469e7c7b08 100644 --- a/src/devices/cpu/tms1000/tms2100.cpp +++ b/src/devices/cpu/tms1000/tms2100.cpp @@ -256,6 +256,7 @@ void tms2100_cpu_device::interrupt() // insert CALL to 0 m_opcode = 0xc0; + m_c4 = 0; m_fixed = m_fixed_decode[m_opcode]; m_micro = m_micro_decode[m_opcode]; diff --git a/src/devices/machine/ds1207.cpp b/src/devices/machine/ds1207.cpp index 49a361b68b1..ce9be220fc8 100644 --- a/src/devices/machine/ds1207.cpp +++ b/src/devices/machine/ds1207.cpp @@ -105,7 +105,7 @@ void ds1207_device::nvram_default() m_device_state = 0; int expected_bytes = sizeof(m_unique_pattern) + sizeof(m_identification) + sizeof(m_security_match) + sizeof(m_secure_memory) - + sizeof(m_days_left) + sizeof(m_start_time) + sizeof(m_device_state);; + + sizeof(m_days_left) + sizeof(m_start_time) + sizeof(m_device_state); if(!m_region.found()) {