From: CVS <do...@th...> - 2001-03-19 13:09:27
|
Update of /cvs/BasiliskII/src/uae_cpu Modified Files: build68k.c gencpu.c readcpu.cpp readcpu.h table68k Log Message: Additions: - MOVE16 (Ay)+,(xxx).L - MOVE16 (xxx).L,(Ay)+ - MOVE16 (Ay),(xxx).L - MOVE16 (xxx).L,(Ay) Fixes: - MOVE16 (Ax)+,(Ay)+ where x == y: address register shall be incremented only once - CINV, CPUSH: 'p' field matches correctly the instruction 'cache field' |