Skip to content

Commit

Permalink
added .mon testing
Browse files Browse the repository at this point in the history
  • Loading branch information
datajerk committed Apr 15, 2017
1 parent ee289c7 commit 169fa95
Show file tree
Hide file tree
Showing 5 changed files with 4,159 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ clean:
gameserverclient.text: Makefile
figlet -c -w 40 -f slant "Game Server Online Client" >$@

test: gameserverclient gameserverclient.text dist
test: gameserverclient gameserverclient.mon gameserverclient.text dist
./test.sh

Binary file modified bin/c2d.exe
Binary file not shown.
1 change: 1 addition & 0 deletions c2d.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ int main(int argc, char **argv)
//check for errors
fread(&blank.track[1 + loader].sector[0].byte[loadaddress & 0xFF], filesize, 1, ifp);
}

// todo: lots of input checking
if (inputtype == MONITOR) {
int byte, naddr;
Expand Down
Loading

0 comments on commit 169fa95

Please sign in to comment.