Skip to content

Commit

Permalink
Added vt52 driver + tester application
Browse files Browse the repository at this point in the history
  • Loading branch information
venomix666 committed Jan 2, 2024
1 parent aaa17ce commit 6c1d26a
Show file tree
Hide file tree
Showing 4 changed files with 700 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apps/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ def asm(self, name, src: Target = None, deps: Targets = []):
"ls",
"scrntest",
"xrecv",
"vt52drv",
"vt52test",
]:
asm(name=prog, src=("./%s.asm" % prog), deps=["./cpm65.inc", "./drivers.inc"])

Expand Down
Loading

0 comments on commit 6c1d26a

Please sign in to comment.