Sym-1 lib changes
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
// wayne@parhamdata.com
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
#include <symio.h>
|
||||
#include <stdio.h>
|
||||
#include <sym1.h>
|
||||
|
||||
void main (void) {
|
||||
int delay = 10;
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
// wayne@parhamdata.com
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
#include <symio.h>;
|
||||
#include <stdio.h>
|
||||
#include <sym1.h>
|
||||
|
||||
void main(void) {
|
||||
char c = 0x00;
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
// wayne@parhamdata.com
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
#include <stdio.h>;
|
||||
#include <symio.h>;
|
||||
#include <stdlib.h>;
|
||||
#include <string.h>;
|
||||
#include <sym1.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
void main(void) {
|
||||
int ddr1a = 0x00;
|
||||
|
||||
@@ -12,9 +12,10 @@
|
||||
//
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
#include <symio.h>;
|
||||
#include <stdlib.h>;
|
||||
#include <string.h>;
|
||||
#include <sym1.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define TAPIO_ADDRESS 0xE000
|
||||
#define TAPIO_MAX_SIZE 0x0FFF
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
// wayne@parhamdata.com
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
#include <symio.h>;
|
||||
#include <stdio.h>
|
||||
#include <sym1.h>
|
||||
|
||||
void main(void) {
|
||||
char c = 0x00;
|
||||
|
||||
Reference in New Issue
Block a user