Skip to content

Commit

Permalink
Reworked carry/halfcarry detection + updated flag names for consisten…
Browse files Browse the repository at this point in the history
…cy + removed binary literals
  • Loading branch information
superzazu committed May 14, 2019
1 parent af7c3f9 commit 03cf630
Show file tree
Hide file tree
Showing 5 changed files with 401 additions and 467 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
bin = i8080_tests
src = $(wildcard *.c)
obj = $(src:.c=.o)

CFLAGS = -g -Wall -Wextra -O2 -std=c99 -pedantic -Wno-gnu-binary-literal
CFLAGS = -g -Wall -Wextra -O2 -std=c99 -pedantic
LDFLAGS =

.PHONY: all clean
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A complete emulation of the Intel 8080 processor written in C99. Goals:

- accuracy: it passes all test roms at my disposal
- readability
- portability: tested on debian 8 with gcc 5 and macOS 10.12-10.13 with clang
- portability: tested on debian 8 with gcc 5 and macOS 10.12+ with clang

## Running tests

Expand Down
Loading

0 comments on commit 03cf630

Please sign in to comment.