diff m68k_core.c @ 837:f2cd380adebe

Implement TAS
author Michael Pavone <pavone@retrodev.com>
date Wed, 28 Oct 2015 19:45:24 -0700
parents 65f9041b5f17
children 4556818b6847
line wrap: on
line diff
--- a/m68k_core.c	Wed Oct 28 19:40:01 2015 -0700
+++ b/m68k_core.c	Wed Oct 28 19:45:24 2015 -0700
@@ -796,10 +796,9 @@
 	//misc
 	RAW_IMPL(M68K_NOP, translate_m68k_nop),
 	RAW_IMPL(M68K_RESET, translate_m68k_reset),
+	RAW_IMPL(M68K_TAS, translate_m68k_tas),
 
 	//currently unimplemented
-	//M68K_NBCD
-	//M68K_TAS
 	//M68K_TRAPV
 };