Skip to content

Commit

Permalink
Patch, fixing some severe panning bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sik committed Dec 7, 2014
1 parent 64ff95f commit 96ffc8d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
| | |_ |_ ___ | | | | | | | |
| |_______ |_ |___| _| | | | | |_ |_____| _|
|___________| |________| |___| |___| |_________|
___ ___ _ _ ___ __ ___ ___ ___ _ ___ ___ _ ___
| _| | | | | \ | _| | _| | | _| | | |_ |
| |_| | | | | | | | | | |_| | | |_| | | | |_ _ _ ___ ___ | | _| |
|_ | | | | | | | | | | _| | | | | | | | _| | | | __| _ \ | | | _|
_| | | | | | | | | | | |_| | | | | | | | |_ | | | __| /_ | |_| |_
|___|___|___|_|_|__/ |___|_|_|___|_|_|_|___| \_/|___|_|_\_| |_|_|___|
___ ___ _ _ ___ __ ___ ___ ___ _ ___ ___ _ ___ _
| _| | | | | \ | _| | _| | | _| | | |_ | |
| |_| | | | | | | | | | |_| | | |_| | | | |_ _ _ ___ ___ | | _| | |
|_ | | | | | | | | | | _| | | | | | | | _| | | | __| _ \ | | | _| |
_| | | | | | | | | | | |_| | | | | | | | |_ | | | __| /_ | |_| |_| |
|___|___|___|_|_|__/ |___|_|_|___|_|_|_|___| \_/|___|_|_\_| |_|_|___|_|

=============================================================================

Expand Down Expand Up @@ -54,7 +54,7 @@ documentation for the C API is in "doc/c-api.txt".
* Assemble tester/build.68k to bin/prog-68k.bin (optional)

Sorry for not providing a build script but my current setup is a mess and
needs to be changed x_x; Currently using z80-asm to build the Z80 code and
needs to be changed x_x; Currently using z80asm to build the Z80 code and
asm68k to build the 68000 code, I need to find good replacements for both
(z80-asm for being crappy, asm68k for not being free).

Expand Down
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
z80asm -i src-z80/build.z80 -o prog-z80.bin
Binary file added built/prog-z80.bin
Binary file not shown.

0 comments on commit 96ffc8d

Please sign in to comment.