Sanitized reset handling and removed excess logging from postcard.c.

This commit is contained in:
OBattler
2020-05-31 04:49:23 +02:00
parent df05daca51
commit 228e3f999c
4 changed files with 4 additions and 28 deletions

View File

@@ -99,9 +99,6 @@ postcard_write(uint16_t port, uint8_t val, void *priv)
if (postcard_written && val == postcard_code)
return;
if (val == 0x13)
pclog("[%04X:%08X] POST 13\n", CS, cpu_state.pc);
postcard_prev_code = postcard_code;
postcard_code = val;
if (postcard_written < 2)