HatariWii/src/includes/cart.h
2018-05-25 20:45:09 +02:00

16 lines
418 B
C

/*
Hatari - cart.h
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 (0xfa0024)
#define CART_VDI_OPCODE_ADDR (0xfa0028)
#define CART_GEMDOS (0xfa002a)
extern void Cart_ResetImage(void);
extern void Cart_Patch(void);