Flush memory->codeblock list heads on CPU reset - fixes "block->next->pc=0" errors on reset on some machines.

This commit is contained in:
TomW 2015-07-12 14:53:03 +01:00
commit d79814692f
3 changed files with 16 additions and 0 deletions

View file

@ -143,3 +143,4 @@ void mem_write_ramb_page(uint32_t addr, uint8_t val, page_t *p);
void mem_write_ramw_page(uint32_t addr, uint16_t val, page_t *p);
void mem_write_raml_page(uint32_t addr, uint32_t val, page_t *p);
void mem_reset_page_blocks();