2006-12-31 16:03:07 +00:00
|
|
|
|
2007-01-13 10:27:17 +00:00
|
|
|
#include "../../misc.h"
|
2006-12-31 16:03:07 +00:00
|
|
|
|
2007-01-02 02:21:58 +00:00
|
|
|
CPU_INT DummyBrain( CPU_BYTE *cpu_buffer,
|
|
|
|
CPU_UNINT cpu_pos,
|
|
|
|
CPU_UNINT cpu_size,
|
|
|
|
CPU_UNINT BaseAddress,
|
|
|
|
CPU_UNINT cpuarch,
|
2007-01-17 17:35:18 +00:00
|
|
|
FILE *outfp);
|
2007-01-02 02:21:58 +00:00
|
|
|
|
2006-12-31 16:03:07 +00:00
|
|
|
/* here we put the prototype for the opcode api that brain need we show a example for it */
|
2007-01-17 17:35:18 +00:00
|
|
|
CPU_INT DUMMY_Add(FILE *out, CPU_BYTE * cpu_buffer, CPU_UNINT cpu_pos, CPU_UNINT cpu_size, CPU_UNINT BaseAddress, CPU_UNINT cpuarch);
|
2006-12-31 16:03:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* Export comment thing see m68k for example
|
|
|
|
* in dummy we do not show it, for it is diffent for each cpu
|
|
|
|
*/
|