From f39151d7f9bf82e7295c60b89d9da02c781528eb Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 15 Apr 2007 23:55:24 +0000 Subject: Development checkin -- not yet working --- arm9/source/tapes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm9/source/tapes.c') diff --git a/arm9/source/tapes.c b/arm9/source/tapes.c index 1ec8bc5..1e13e95 100644 --- a/arm9/source/tapes.c +++ b/arm9/source/tapes.c @@ -143,7 +143,7 @@ void SelectTape(void) int f; done=TRUE; - /* ZX81SetTape(tapes[current].tape,*tapes[current].tape_len); */ + SPECSetTape(tapes[current].tape,*tapes[current].tape_len); for(f=0;tapes[current].keys[f]!=NUM_SOFT_KEYS;f+=2) { -- cgit v1.2.3