1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-07-19 15:29:27 +00:00
erc-c/include
Peter Evans 2f777ce881 Several core changes to status, soft switches
Regarding soft switches, we had several we should have been listening
for on both reads and writes, but were only doing so on writes; this is
now fixed.

Regarding statuses, we were incorrectly calculating both carry and
overflow. This should now be fixed, although some quick examinations of
disassembly output suggest there is something else amiss. Debugging will
continue shortly.
2018-01-20 21:01:26 -06:00
..
apple2.bank.h Switch bank code into its own file 2018-01-12 22:06:49 -06:00
apple2.dbuf.h Add switch read/write for display buffer switches 2018-01-16 23:48:49 -06:00
apple2.dd.h Rename apple2dd_ to apple2_dd_ 2018-01-07 13:44:07 -06:00
apple2.draw.h Draw text in 40 column mode 2018-01-18 16:21:25 -06:00
apple2.h Finish map, mapper handling for keyboard events 2018-01-17 01:07:31 -06:00
apple2.kb.h Finish map, mapper handling for keyboard events 2018-01-17 01:07:31 -06:00
apple2.mem.h Add missing decls for switch read/write 2018-01-16 23:49:14 -06:00
apple2.pc.h Add pc file for peripheral card ROM 2018-01-15 23:50:33 -06:00
apple2.tests.h Add tests for apple2.kb.c 2018-01-17 14:58:42 -06:00
log.h Refactor a bit for easier testing; add log_stream() 2018-01-07 15:05:20 -06:00
mos6502.dis.h Change disassembly to add more info 2018-01-19 00:34:57 -06:00
mos6502.enums.h Several core changes to status, soft switches 2018-01-20 21:01:26 -06:00
mos6502.h Several core changes to status, soft switches 2018-01-20 21:01:26 -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 Reorganize ROM storage 2018-01-15 17:10:27 -06:00
objstore.h Reorganize ROM storage 2018-01-15 17:10:27 -06:00
option.h Add flash memory, disassemble options 2017-12-31 15:50:59 -06:00
vm_area.h Move vm_area logic into its own file 2018-01-07 20:05:02 -06:00
vm_bitfont.h Change create to use objstore vm_8bit data 2018-01-03 21:50:30 -06:00
vm_bits.h More documentation 2017-12-06 21:37:14 -06:00
vm_screen.h Finish map, mapper handling for keyboard events 2018-01-17 01:07:31 -06:00
vm_segment.h Use macros to define segment read/write map functions 2018-01-10 20:12:48 -06:00