Renamed 'secondary' to 'backyard' on popular demand ;-))
This commit is contained in:
parent
f8145bd02c
commit
51af3d9142
94 changed files with 76 additions and 76 deletions
17
backyard/platform/c64/net/rrnet-drv-asm.S
Normal file
17
backyard/platform/c64/net/rrnet-drv-asm.S
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
;---------------------------------------------------------------------
|
||||
.export _cs8900a_rxtxreg
|
||||
.export _cs8900a_txcmd
|
||||
.export _cs8900a_txlen
|
||||
.export _cs8900a_packetpp
|
||||
.export _cs8900a_ppdata
|
||||
|
||||
|
||||
;---------------------------------------------------------------------
|
||||
|
||||
_cs8900a_rxtxreg = $de08
|
||||
_cs8900a_txcmd = $de0c
|
||||
_cs8900a_txlen = $de0e
|
||||
_cs8900a_packetpp = $de02
|
||||
_cs8900a_ppdata = $de04
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue