Skip to content

Commit

Permalink
Move z80 core back to primary branch
Browse files Browse the repository at this point in the history
The BIT instruction fixes have now been merged.
  • Loading branch information
simonowen committed Aug 22, 2021
1 parent 5950274 commit 62618c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ message(STATUS "Fetching github.com/kosarev/z80")
FetchContent_Declare(
z80
GIT_REPOSITORY https://github.com/kosarev/z80.git
GIT_TAG 4a02b5c7271e3e4806cce57732c8e8435bf09c92 )
GIT_TAG 777e683c1135be39505310683761fbc4fc42941a )
FetchContent_Populate(z80)
target_include_directories(${PROJECT_NAME} PRIVATE ${z80_SOURCE_DIR})

Expand Down

0 comments on commit 62618c8

Please sign in to comment.