changeset 2593:b0a7b1f708cc

Fix andi to ccr in new 68K core
author Michael Pavone <pavone@retrodev.com>
date Sun, 09 Feb 2025 16:55:00 -0800
parents 8ef8b2e99f4f
children 1c493b8c513b
files m68k.cpu
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m68k.cpu	Sun Feb 09 16:54:38 2025 -0800
+++ b/m68k.cpu	Sun Feb 09 16:55:00 2025 -0800
@@ -918,7 +918,6 @@
 	ccr &= prefetch
 	scratch1 = prefetch >> 8
 	status &= scratch1
-	m68k_prefetch
 	check_user_mode_swap_ssp_usp
 	update_sync
 	cycles 12 #TODO: where do these occur relative to fetches