diff m68k.cpu @ 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 563d05355a12
children 2de52352936c
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