From 73a685f5a17852b6990c0810d0f1f0984c2c358f Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 28 Oct 2006 23:28:31 +0000 Subject: Updates from work away --- arm9/include/gui.h | 1 + arm9/include/zx81.h | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'arm9/include') diff --git a/arm9/include/gui.h b/arm9/include/gui.h index 93557dc..4a07915 100644 --- a/arm9/include/gui.h +++ b/arm9/include/gui.h @@ -23,5 +23,6 @@ #define DS81_GUI_H int GUI_Menu(const char *opts[]); +void GUI_Alert(int fatal, const char *text); #endif /* DS81_GUI_H */ diff --git a/arm9/include/zx81.h b/arm9/include/zx81.h index 1f63f50..992cba7 100644 --- a/arm9/include/zx81.h +++ b/arm9/include/zx81.h @@ -39,6 +39,10 @@ void ZX81Init(uint16 *vram, Z80 *z80); */ void ZX81HandleKey(SoftKey k, int is_pressed); +/* Enable fopen() loading of tape files +*/ +void ZX81EnableFileSystem(int enable); + /* Set a file to load from tape */ void ZX81SetTape(const Z80Byte *image, int len); -- cgit v1.2.3