--- trunk/src/include/misc.h 2007/10/08 16:21:06 33 +++ trunk/src/include/misc.h 2007/10/08 16:21:17 34 @@ -2,7 +2,7 @@ #define MISC_H /* - * Copyright (C) 2003-2006 Anders Gavare. All rights reserved. + * Copyright (C) 2003-2007 Anders Gavare. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * - * $Id: misc.h,v 1.247 2006/10/08 02:28:40 debug Exp $ + * $Id: misc.h,v 1.249 2006/12/30 13:31:01 debug Exp $ * * Misc. definitions for gxemul. */ @@ -171,6 +171,10 @@ int dreamcast_emul(struct cpu *cpu); +/* dreamcast_scramble.c: */ +void dreamcast_descramble(char *from, char *to); + + /* file.c: */ int file_n_executables_loaded(void); void file_load(struct machine *machine, struct memory *mem,