Skip to content

Commit

Permalink
final stage of full-featured debugger
Browse files Browse the repository at this point in the history
- dump window done
- editable memory content
- refactoring
  • Loading branch information
mborik committed Apr 4, 2019
1 parent 293ad18 commit 0227460
Show file tree
Hide file tree
Showing 8 changed files with 541 additions and 321 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@
- **Scorpion** 256 modes
* Disk interfaces
- **Betadisk** (real floppy disk controller emulation, supported TRD, SCL and FDI disk images)
- **DivMMC** (basically [DivIDE](https://divide.speccy.cz/files/pgm_model.txt) control register and memory model will all 64 x 8kB SRAM pages)
- **DivMMC** (basically [DivIDE](https://divide.speccy.cz/files/pgm_model.txt) control register and memory model with all 64 x 8kB SRAM pages)
- **MB-02** (without Z80DMA or real floppy disk controller but specifically modified original BIOS and simplified data transfer with new BS-DOS 308s firmware)
* 2xAY (Turbosound), Covox/Soundrive
* TAP / TZX support
Expand Down
1 change: 1 addition & 0 deletions arm/Makefile
Expand Up @@ -133,6 +133,7 @@ CXX_SRCS = \
$(SRCDIR)/shell/viewer.cpp \
$(SRCDIR)/shell/commander.cpp \
$(SRCDIR)/shell/debugger.asm.cpp \
$(SRCDIR)/shell/debugger.dump.cpp \
$(SRCDIR)/shell/debugger.cpp

ASM_SRCS = \
Expand Down

0 comments on commit 0227460

Please sign in to comment.