--- hatari/src/falcon/dsp_cpu.h 2019/04/09 08:49:38 1.1.1.5 +++ hatari/src/falcon/dsp_cpu.h 2019/04/09 08:58:16 1.1.1.8 @@ -15,8 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program; if not, write to the Free Software Foundation, + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */ #ifndef DSP_CPU_H @@ -113,7 +113,7 @@ extern "C" { /* Functions */ extern void dsp56k_init_cpu(void); /* Set dsp_core to use */ extern void dsp56k_execute_instruction(void); /* Execute 1 instruction */ -extern Uint32 dsp56k_execute_one_disasm_instruction(Uint32 pc); /* Execute 1 instruction in disasm mode */ +extern Uint16 dsp56k_execute_one_disasm_instruction(FILE *out, Uint16 pc); /* Execute 1 instruction in disasm mode */ /* Interrupt relative functions */ void dsp_add_interrupt(Uint16 inter);