mirror of
https://github.com/datajerk/gameserverclient.git
synced 2025-03-12 05:31:34 +00:00
init commit
This commit is contained in:
commit
b8b5e53fe7
46
README.md
Normal file
46
README.md
Normal file
@ -0,0 +1,46 @@
|
||||
### Desciprtion
|
||||
|
||||
A native client for <http://asciiexpress.net/gameserver/>. Fully describing this will take too long--just watch the video: <http://asciiexpress.net/gameserver/gameserverclient.mp4>.
|
||||
|
||||
|
||||
### Download
|
||||
|
||||
```
|
||||
git clone https://github.com/datajerk/gameserverclient.git
|
||||
```
|
||||
|
||||
*or*
|
||||
|
||||
Download <https://github.com/datajerk/gameserverclient/archive/master.zip> and extract.
|
||||
|
||||
|
||||
### Build Notes
|
||||
|
||||
#### Prerequisites
|
||||
|
||||
- `cl65` (<http://cc65.github.io/cc65/>)
|
||||
- `c2d` (<https://github.com/datajerk/c2d>)
|
||||
|
||||
|
||||
#### Compile
|
||||
```
|
||||
cl65 -t none --listing --list-bytes 100 gameserverclient.s
|
||||
```
|
||||
|
||||
#### Create Diskette Image
|
||||
```
|
||||
c2d gameserverclient,800 gameserverclient.dsk
|
||||
```
|
||||
|
||||
Output:
|
||||
|
||||
```
|
||||
Reading gameserverclient, type BINARY, start: $0800, length: 32664
|
||||
|
||||
Number of sectors: 128
|
||||
Sector page range: $08 - $87
|
||||
After boot, jump to: $0800
|
||||
|
||||
Writing gameserverclient to T:01/S:00 - T:08/S:15 on gameserverclient.dsk
|
||||
```
|
||||
|
BIN
gameserverclient.dsk
Normal file
BIN
gameserverclient.dsk
Normal file
Binary file not shown.
3343
gameserverclient.s
Normal file
3343
gameserverclient.s
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user