--- hatari/src/includes/cart.h 2019/04/01 07:12:12 1.1.1.4 +++ hatari/src/includes/cart.h 2019/04/09 08:53:08 1.1.1.6 @@ -1,8 +1,8 @@ /* Hatari - cart.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. */ /* Workspace in our 'cart_asm.s' internal program */ @@ -10,4 +10,4 @@ #define CART_VDI_OPCODE_ADDR (0xfa0028) #define CART_GEMDOS (0xfa002a) -extern void Cart_LoadImage(void); +extern void Cart_ResetImage(void);