--- hatari/src/includes/ioMemTables.h 2019/04/09 08:49:31 1.1.1.4 +++ hatari/src/includes/ioMemTables.h 2019/04/09 08:56:54 1.1.1.6 @@ -1,8 +1,8 @@ /* Hatari - ioMemTables.h - This file is distributed under the GNU Public License, version 2 or at - your option any later version. Read the file gpl.txt for details. + This file is distributed under the GNU General Public License, version 2 + or at your option any later version. Read the file gpl.txt for details. */ #ifndef HATARI_IOMEMTABLES_H @@ -28,4 +28,5 @@ extern void IoMemTabFalcon_DSPdummy(void extern void IoMemTabFalcon_DSPemulation(void (**readtab)(void), void (**writetab)(void)); #endif +extern void IoMemTabMegaSTE_CacheCpuCtrl_WriteByte(void); #endif