--- hatari/src/includes/cart.h 2019/04/01 07:09:16 1.1 +++ hatari/src/includes/cart.h 2019/04/01 07:11:49 1.1.1.3 @@ -1,15 +1,13 @@ /* - Hatari -*/ + Hatari - cart.h -/* Workspace in our 'cart.s' internal program */ -#define CART_HARDDRV (0xfa1000) -#define CART_OLDGEMDOS (0xfa1000+4) -#define CART_VDI_OPCODE_ADDR (0xfa1000+8) -#define CART_GEMDOS (0xfa1000+10) + 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. +*/ -#define CART_HDV_ADDR_1 (0xFA1454+2) -#define CART_HDV_ADDR_2 (0xFA1486+2) +/* Workspace in our 'cart_asm.s' internal program */ +#define CART_OLDGEMDOS (0xfa1004) +#define CART_VDI_OPCODE_ADDR (0xfa1008) +#define CART_GEMDOS (0xfa100a) extern void Cart_LoadImage(void); -extern void Cart_WriteHdvAddress(unsigned short int HdvAddress);