This commit is contained in:
Stephen Crane 2016-01-24 15:29:06 +00:00
parent feb219dd2e
commit 4f81164da9
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ void i8080::ei() {
char *i8080::status(char *buf, size_t n, bool hdr) {
byte op = _mem[PC];
snprintf(buf, n,
snprintf(buf, n,
"%s%04x %02x %02x %04x %04x %04x %04x %d%d%d%d%d%d%d%d",
hdr? "_pc_ op aa _bc_ _de_ _hl_ _sp_ szih_p_c\r": "",
PC, op, A, BC, DE, HL, SP, flags.S, flags.Z, flags.I, flags.H,