1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-09-30 17:57:28 +00:00
erc-c/include
Peter Evans c953616a71 Finish refactor to separate bank_switch and memory_mode
There is one failing test, which I expect to fail at this point; that's
because we need to write a read/write map function for the stack and
zero page so that they use aux memory when BANK_ALTZP is on, and main
memory when not.
2018-01-12 21:04:21 -06:00
..
apple2.dd.h
apple2.draw.h
apple2.h Finish refactor to separate bank_switch and memory_mode 2018-01-12 21:04:21 -06:00
apple2.mem.h Change last_addr field to eff_addr 2018-01-12 13:57:48 -06:00
log.h
mos6502.dis.h
mos6502.enums.h
mos6502.h Some soft switches now require consecutive reads 2018-01-12 14:49:27 -06:00
mos6502.tests.h Add memory injection to 6502; main memory in apple2 2018-01-10 21:28:05 -06:00
objstore_data.h Change objstore structure to contain all peripheral ROM 2018-01-09 15:56:21 -06:00
objstore.h Change objstore structure to contain all peripheral ROM 2018-01-09 15:56:21 -06:00
option.h
vm_area.h Move vm_area logic into its own file 2018-01-07 20:05:02 -06:00
vm_bitfont.h
vm_bits.h
vm_screen.h Move vm_area logic into its own file 2018-01-07 20:05:02 -06:00
vm_segment.h Use macros to define segment read/write map functions 2018-01-10 20:12:48 -06:00