mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 15:27:46 +00:00
AltairZ80: Further fall through comment
This commit is contained in:
parent
d18c7cc659
commit
e9dea63b50
@ -3411,6 +3411,7 @@ unsigned int m68k_is_valid_instruction(unsigned int instruction, unsigned int cp
|
||||
return 0;
|
||||
if(g_instruction_table[instruction] == d68020_unpk_mm)
|
||||
return 0;
|
||||
/* fall through */
|
||||
case M68K_CPU_TYPE_68EC020:
|
||||
case M68K_CPU_TYPE_68020:
|
||||
case M68K_CPU_TYPE_68030:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user