Merge pull request #99 from luckytyphlosion/master

Heavily refactor gbz80disasm.py (todo: unittests)
This commit is contained in:
luckytyphlosion 2016-05-30 19:30:23 -04:00
commit 426c6b8637
3 changed files with 884 additions and 946 deletions

11
.gitattributes vendored Normal file
View File

@ -0,0 +1,11 @@
# Auto detect text files and perform LF normalization
* text eol=lf
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.py text
*.txt text
*.MD text
*.c text
*.data text
*.in text

16
.gitignore vendored
View File

@ -14,9 +14,25 @@
*.gbc
*.gb
# asm files
*.asm
# symfile
*.sym
# generated
*.tx
# output for some scripts
*.1bpp
*.2bpp
*.png
*.bst
*.map
*.wav
*.blk
*.pic
# swap files for vim
.*.swp

File diff suppressed because it is too large Load Diff