Thread: SMC detection
View Single Post
Old 07 January 2019, 16:57   #14
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,502
It detects any instruction fetch access which includes prefetches, it does not (and can't) know if CPU "uses" the fetched opcode word.

68000 + more compatible mode has extra checks to detect some branch-like instructions (mainly RTS/RTD/RTE/RTR and BRA.B). It possible to add same support for 68020+ more compatible. If more compatible is off, it should also disable prefetch emulation.

Memory size shouldn't make any difference as long as all memory is inside first 16M (24-bit addressing).
Toni Wilen is offline  
 
Page generated in 0.04676 seconds with 11 queries