--- hatari/src/includes/cart.h 2019/04/01 07:11:49 1.1.1.3 +++ hatari/src/includes/cart.h 2019/04/01 07:13:04 1.1.1.5 @@ -6,8 +6,8 @@ */ /* 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);