This commit is contained in:
iceman1001 2020-07-14 15:44:38 +02:00
commit d2a66cecba

View file

@ -114,8 +114,6 @@ void BigBuf_free_keep_EM(void) {
s_bigbuf_hi = emulator_memory - (uint8_t *)BigBuf;
else
s_bigbuf_hi = s_bigbuf_size;
// shouldn't this empty BigBuf also?
}
void BigBuf_print_status(void) {