updated Musashi to MAME 0.117
[picodrive.git] / cpu / musashi / m68kconf.h
index ced542d..53e940f 100644 (file)
 #define M68K_RTE_CALLBACK()         your_rte_handler_function()\r
 \r
 \r
+/* If ON, CPU will call the callback when it encounters a tas\r
+ * instruction.\r
+ */\r
+#define M68K_TAS_HAS_CALLBACK       OPT_ON\r
+#define M68K_TAS_CALLBACK()         your_tas_handler_function()\r
+\r
+\r
 /* If ON, CPU will call the set fc callback on every memory access to\r
  * differentiate between user/supervisor, program/data access like a real\r
  * 68000 would.  This should be enabled and the callback should be set if you\r