mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-22 01:31:33 +00:00
Fixed type in block.h02. modified clean02.bat
This commit is contained in:
parent
80b160ae75
commit
f0648d17b1
4
.gitignore
vendored
4
.gitignore
vendored
@ -8,6 +8,7 @@
|
||||
#Files created when compiling a C02 program
|
||||
*/*.asm
|
||||
*/*.bin
|
||||
*/*.dbg
|
||||
*/*.log
|
||||
*/*.lst
|
||||
*/*.prg
|
||||
@ -19,3 +20,6 @@
|
||||
*.s9
|
||||
*.wav
|
||||
|
||||
#Deprecated Files
|
||||
*/oldclude
|
||||
*/*.zip
|
@ -1,5 +1,5 @@
|
||||
@REM Clean Up Extraneous Files from c02 compile and assembly
|
||||
del *.dbg
|
||||
del *.log
|
||||
del *.lst
|
||||
del *.sym
|
||||
del *.out
|
||||
|
@ -16,7 +16,7 @@ void blkend();
|
||||
/* Read Bytes from Block *
|
||||
* Args: n - Number of bytes to read *
|
||||
* &m - Array containing bytes to read *
|
||||
* Returns: A=$FF if bytes were written *
|
||||
* Returns: A=$FF if bytes were read *
|
||||
* $00 if block was overflowed */
|
||||
char blkget();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user