1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-11-27 20:51:17 +00:00
erc-c/include
Peter Evans 508be6458a Pass in sector table for logical-physical orders
We were not encoding data properly, because in DOS 3.3 and ProDOS,
sectors must be interleaved on disk media (whereas in the original image
form, data is laid out in a linear fashion).

This solves a bug where we erroneously encountered a "bad" opcode (a7)
in the program code.
2018-02-19 18:49:37 -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 Add missing decl for phaser 2018-02-04 00:26:01 -06:00
apple2.dec.h Add new decode functions, flesh out sector code 2018-02-03 00:23:57 -06:00
apple2.draw.h Add apple text functions and refactor draw logic for text 2018-01-24 16:11:08 -06:00
apple2.enc.h Pass in sector table for logical-physical orders 2018-02-19 18:49:37 -06:00
apple2.h Enable disassembly toggle (ALT+D) 2018-02-07 15:24:02 -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.reflect.h Enable disassembly toggle (ALT+D) 2018-02-07 15:24:02 -06:00
apple2.tests.h Add tests for apple2.kb.c 2018-01-17 14:58:42 -06:00
apple2.text.h Add apple text functions and refactor draw logic for text 2018-01-24 16:11:08 -06:00
log.h Add ERR_INVALID error code 2018-02-04 00:06:04 -06:00
mos6502.dis.h Change disassembly to add more info 2018-01-19 00:34:57 -06:00
mos6502.enums.h Use correct default status and memory mode 2018-01-21 21:33:12 -06:00
mos6502.h Add "BAD" instruction to crash when we hit an invalid opcode 2018-01-21 12:48:34 -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 Remove JSR WAIT to speed up disk II controller 2018-02-19 00:48:11 -06:00
objstore.h Add inverse font 2018-01-24 14:26:28 -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_di.h Add VM_OUTPUT DI entry 2018-02-07 00:01:57 -06:00
vm_event.h Break keyboard event logic out into normal/special 2018-02-06 16:29:15 -06:00
vm_reflect.h Treat pause and disasm as toggle functions 2018-02-07 14:41:44 -06:00
vm_screen.h Allow us to signal that we should exit 2018-02-05 00:35:04 -06:00
vm_segment.h Add fwrite function, support for streams and types 2018-02-03 20:50:08 -06:00