Implement class for cartridge and rudimentary ROM inspector
This commit is contained in:
parent
0c52f9d2e0
commit
6e7d06299a
6 changed files with 86 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -34,3 +34,7 @@ vgbc: main.o libemu.a
|
|||
vgbc.test: $(test-objs) libemu.a
|
||||
@echo " ==> link $@"; \
|
||||
g++ $(CXX_FLAGS) -o $@ $^
|
||||
|
||||
vgbc.inspect: cartridge/inspector.o libemu.a
|
||||
@echo " ==> link $@"; \
|
||||
g++ $(CXX_FLAGS) -o $@ $^
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue