comparison 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
comparison
equal deleted inserted replaced
2592:8ef8b2e99f4f 2593:b0a7b1f708cc
916 #fetch immediate operand 916 #fetch immediate operand
917 m68k_prefetch 917 m68k_prefetch
918 ccr &= prefetch 918 ccr &= prefetch
919 scratch1 = prefetch >> 8 919 scratch1 = prefetch >> 8
920 status &= scratch1 920 status &= scratch1
921 m68k_prefetch
922 check_user_mode_swap_ssp_usp 921 check_user_mode_swap_ssp_usp
923 update_sync 922 update_sync
924 cycles 12 #TODO: where do these occur relative to fetches 923 cycles 12 #TODO: where do these occur relative to fetches
925 m68k_prefetch 924 m68k_prefetch
926 925