Skip to content

Commit

Permalink
Some minor enhancements on Debugger (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
kktos authored and mist64 committed Oct 11, 2019
1 parent e805d14 commit 13f3438
Show file tree
Hide file tree
Showing 13 changed files with 527 additions and 252 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ifdef EMSCRIPTEN
OUTPUT=x16emu.html
endif

OBJS = cpu/fake6502.o memory.o disasm.o video.o ps2.o via.o loadsave.o spi.o vera_spi.o sdcard.o main.o debugger.o javascript_interface.o joystick.o
OBJS = cpu/fake6502.o memory.o disasm.o video.o ps2.o via.o loadsave.o spi.o vera_spi.o sdcard.o main.o debugger.o javascript_interface.o joystick.o rendertext.o

HEADERS = disasm.h cpu/fake6502.h glue.h memory.h video.h ps2.h via.h loadsave.h joystick.h

Expand Down
Loading

0 comments on commit 13f3438

Please sign in to comment.