Skip to content

Commit

Permalink
Move 6502 source from src/ to 6502/
Browse files Browse the repository at this point in the history
  • Loading branch information
wfd3 committed Jan 9, 2024
1 parent f45d60f commit a607c08
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions src/CMakeLists.txt → 6502/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ project( lib6502 )

set (SOURCES
"6502.h"
"clock.h"
"memory.h"
"6502.cc"
"debug.cc"
"opcode_map.cc"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ else()
endif()

add_definitions(-DBINFILE_PATH=\"${CMAKE_SOURCE_DIR}/binfiles\")
include_directories(${CMAKE_SOURCE_DIR}/src)
include_directories(${CMAKE_SOURCE_DIR}/clock ${CMAKE_SOURCE_DIR}/memory ${CMAKE_SOURCE_DIR}/6502)

set(BINDIR "${CMAKE_BINARY_DIR}/bin")

add_subdirectory(src)
add_subdirectory(6502)
add_subdirectory(tests)
add_subdirectory(apple1)
add_subdirectory(tools)
File renamed without changes.
File renamed without changes.

0 comments on commit a607c08

Please sign in to comment.