init commit

This commit is contained in:
Egan Ford 2014-11-24 11:04:45 -07:00
commit b8b5e53fe7
3 changed files with 3389 additions and 0 deletions

46
README.md Normal file
View 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

Binary file not shown.

3343
gameserverclient.s Normal file

File diff suppressed because it is too large Load Diff