1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-24 14:17:23 +00:00

Working on the new serial code

git-svn-id: svn://svn.cc65.org/cc65/trunk@2070 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-04-20 22:49:32 +00:00
parent a07cc4a4c1
commit fa849031d8
4 changed files with 7 additions and 4 deletions
+1
View File
@@ -30,6 +30,7 @@ ser_put: jmp return0
ser_pause: jmp return0
ser_unpause: jmp return0
ser_status: jmp return0
ser_ioctl: jmp return0
; Driver header signature
.rodata