1
0
mirror of synced 2026-04-10 14:49:10 +00:00
This commit is contained in:
brad
2010-04-13 14:01:42 +00:00
parent 9d89453b0f
commit e91720db24
4 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
/*
* tss/8 rf08 disk maker
* merge .bin files into existing rf08 disk image using script
* brad@heeltoe.com 3/2010
*/

View File

@@ -5,4 +5,4 @@ field 1 ../../tss8.2/fip.bin
field 2 ../../tss8.2/init.bin
field 3 ../../tss8.2/ts8.bin
#field 4 ../../tss8.2/ts8ii.bin
#save
save

View File

@@ -1,4 +1,5 @@
/*
* remove comment + ^Z from paper tape files
* brad@heeltoe.com
*/

View File

@@ -1,3 +1,12 @@
/*
* grab tt output from verilog simulator log file
* brad@heeltoe.com
*
* as in, "cat verilog.log | ./ushow"
*
* displays tt output in a rational manner
*/
#include <stdio.h>
int c;