comparison debug.c @ 2184:408fb8a7e990

Implement argumentless variant of z80 debugger command
author Michael Pavone <pavone@retrodev.com>
date Sat, 13 Aug 2022 23:15:00 -0700
parents eb2e0e61b1b4
children 3d2cc2af1da3
comparison
equal deleted inserted replaced
2183:eb2e0e61b1b4 2184:408fb8a7e990
1629 } 1629 }
1630 uint8_t ret = run_command(z80_root, &cmd); 1630 uint8_t ret = run_command(z80_root, &cmd);
1631 free_parsed_command(&cmd); 1631 free_parsed_command(&cmd);
1632 return ret; 1632 return ret;
1633 } else { 1633 } else {
1634 fputs("not implemented yet", stderr); 1634 gen->enter_z80_debugger = 1;
1635 return 0; 1635 return 0;
1636 } 1636 }
1637 } 1637 }
1638 1638
1639 command_def common_commands[] = { 1639 command_def common_commands[] = {