Flush memory->codeblock list heads on CPU reset - fixes "block->next->pc=0" errors on reset on some machines.
This commit is contained in:
parent
e590bd9ca2
commit
d79814692f
3 changed files with 16 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue