diff options
author | 2018-10-25 21:24:29 +1100 | |
---|---|---|
committer | 2018-10-25 21:24:29 +1100 | |
commit | d29cc63ca0af77d75058885567b1d6161cf9a515 (patch) | |
tree | 312e344abfab3716066aef117f7ce172afec8ecd /src/devices/cpu/sm8500 | |
parent | 8e64fafd97626f3c200a5a77a8058bf4de13155f (diff) |
(nw) gamecom : marking most games in the list as working, as far as I know they do.
Diffstat (limited to 'src/devices/cpu/sm8500')
-rw-r--r-- | src/devices/cpu/sm8500/sm85ops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sm8500/sm85ops.h b/src/devices/cpu/sm8500/sm85ops.h index 0a417270aba..cd36b679263 100644 --- a/src/devices/cpu/sm8500/sm85ops.h +++ b/src/devices/cpu/sm8500/sm85ops.h @@ -1681,7 +1681,7 @@ case 0xF0: /* STOP - 2 cycles - Flags affected: -------- */ /* TODO: Add a bunch of additional cycles */ m_clock_changed = 0; } - logerror( "%04X: %02x, cpu-clock-change, unhandled\n", m_PC-1,op ); + //logerror( "%04X: %02x, cpu-clock-change, unhandled\n", m_PC-1,op ); // fills up error log when unit sleeps break; case 0xF1: /* HALT - 2 cycles - Flags affected: -------- */ m_halted = 1; |