From a9c7d297c5244f6ffc5ac0f977b56f7e19d14cd1 Mon Sep 17 00:00:00 2001 From: germeier Date: Sun, 15 Sep 2002 12:03:22 +0000 Subject: added model identification use 0x80 for external memory on the DMG line added code to dump first 0x100 sectors of memory --- libmpio/mpio.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libmpio/mpio.h') diff --git a/libmpio/mpio.h b/libmpio/mpio.h index 0acf8c9..6ace073 100644 --- a/libmpio/mpio.h +++ b/libmpio/mpio.h @@ -1,7 +1,7 @@ /* -*- linux-c -*- */ /* - * $Id: mpio.h,v 1.3 2002/09/14 22:54:41 germeier Exp $ + * $Id: mpio.h,v 1.4 2002/09/15 12:03:23 germeier Exp $ * * Library for USB MPIO-* * @@ -91,6 +91,9 @@ int mpio_memory_format(mpio_t *, mpio_mem_t, BYTE (*)(int, int)); /* context, memory bank */ int mpio_sync(mpio_t *, mpio_mem_t); +/* context, memory bank */ +int mpio_memory_debug(mpio_t *, mpio_mem_t); + /* * timeline: * --------- -- cgit v1.2.3