Initial commit
This commit is contained in:
commit
5aa8a64871
11 changed files with 243 additions and 0 deletions
3
NES Emulator/CMakeLists.txt
Normal file
3
NES Emulator/CMakeLists.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
cmake_minimum_required (VERSION 3.8)
|
||||
|
||||
add_executable (CMakeTarget "main.c" "cpu.h" "types.h" "bus.h" "bus.c" "cartridge.h" "cpu.c" "cartridge.c")
|
Loading…
Add table
Add a link
Reference in a new issue