comparison backend.h @ 620:9d6fed6501ba

Fix handling of code writes for Z80 core. This seems to get things close to being back to where they were before the big refactor that broke the Z80 core. Some problems remain. Notably the sound driver in Sonic 2 is still quite broken.
author Michael Pavone <pavone@retrodev.com>
date Mon, 29 Dec 2014 23:08:39 -0800
parents 39d7d463ed5b
children a18e3923481e
comparison
equal deleted inserted replaced
619:3072fb746601 620:9d6fed6501ba
60 uint32_t address_mask; 60 uint32_t address_mask;
61 uint32_t max_address; 61 uint32_t max_address;
62 uint32_t bus_cycles; 62 uint32_t bus_cycles;
63 int32_t mem_ptr_off; 63 int32_t mem_ptr_off;
64 int32_t ram_flags_off; 64 int32_t ram_flags_off;
65 uint8_t ram_flags_shift;
65 uint8_t address_size; 66 uint8_t address_size;
66 uint8_t byte_swap; 67 uint8_t byte_swap;
67 uint8_t context_reg; 68 uint8_t context_reg;
68 uint8_t cycles; 69 uint8_t cycles;
69 uint8_t limit; 70 uint8_t limit;