--- hatari/src/includes/cart.h 2019/04/01 07:11:49 1.1.1.3 +++ hatari/src/includes/cart.h 2019/04/09 08:53:08 1.1.1.6 @@ -1,13 +1,13 @@ /* 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 */ -#define CART_OLDGEMDOS (0xfa1004) -#define CART_VDI_OPCODE_ADDR (0xfa1008) -#define CART_GEMDOS (0xfa100a) +#define CART_OLDGEMDOS (0xfa0024) +#define CART_VDI_OPCODE_ADDR (0xfa0028) +#define CART_GEMDOS (0xfa002a) -extern void Cart_LoadImage(void); +extern void Cart_ResetImage(void);