code cleanup and font fix
This commit is contained in:
parent
044d846313
commit
e679a3ce68
10 changed files with 443 additions and 102 deletions
4
makefile
4
makefile
|
@ -5,10 +5,10 @@ lint:
|
|||
verilator --lint-only --timing *.sv
|
||||
|
||||
build: lint
|
||||
verilator --cc --exe --build --timing -j 0 --top-module yayacemu *.sv yayacemu.cpp -CFLAGS "${SDL_CFLAGS}" -LDFLAGS "${SDL_LDFLAGS}" && clear
|
||||
verilator --cc --exe --build --timing -j 0 --top-module chip8 *.sv yayacemu.cpp -CFLAGS "${SDL_CFLAGS}" -LDFLAGS "${SDL_LDFLAGS}" && clear
|
||||
|
||||
run: build
|
||||
obj_dir/Vyayacemu ${ROM_FILE}
|
||||
obj_dir/Vchip8 ${ROM_FILE}
|
||||
|
||||
clean:
|
||||
rm -rf obj_dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue