From 5e6a1c3434b96ea16485b160c25732df3b00b2b8 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 12 May 2016 15:28:32 +0100 Subject: Started on SPC700 Also: * Added offset to import command. Realised fairly useless, but may as well keep it. * Added setting of address space size to state for PC. --- src/libout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libout.h') diff --git a/src/libout.h b/src/libout.h index 40cfc87..7175d27 100644 --- a/src/libout.h +++ b/src/libout.h @@ -58,7 +58,7 @@ int LibOutput(const char *filename, const char *filename_bank, /* Load a libray. Returns TRUE if OK, FALSE for failure and updates error. */ -int LibLoad(const char *filename, LibLoadOption opt, +int LibLoad(const char *filename, LibLoadOption opt, int offset, char *error, size_t error_size); #endif -- cgit v1.2.3