From 09c566e6916d431606284a527ce373c103be39dc Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 22 Aug 2004 01:06:09 +0000 Subject: Initial working version --- tap.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'tap.h') diff --git a/tap.h b/tap.h index 38be2c6..39ce2ab 100644 --- a/tap.h +++ b/tap.h @@ -34,12 +34,17 @@ */ int TapOpen(const char *filename); -/* Write a block of memory to the TAP file. +/* Write a BASIC file to the TAP file. */ -void TapWrite(const unsigned char mem[0x1000], - unsigned addr, +void TapBasic(const unsigned char *base, unsigned len, - int is_code); + unsigned run_line); + +/* Write a block of memory to the TAP file. +*/ +void TapBinary(const unsigned char mem[0x1000], + unsigned addr, + unsigned len); /* Close the TAP file. */ -- cgit v1.2.3