1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-11 05:29:33 +00:00
erc-c/src
Peter Evans 015104bd57 Self-sync bytes should be written after a sector header
Not after the data field marker, where the controller/RWTS don't expect
to find them.
2018-02-18 23:46:48 -06:00
..
apple2.bank.c Add block comments to describe source files 2018-02-12 21:15:20 -06:00
apple2.c Add block comments to describe source files 2018-02-12 21:15:20 -06:00
apple2.dbuf.c Add block comments to describe source files 2018-02-12 21:15:20 -06:00
apple2.dd.c Remove debugging, use ENC_ETRACK for sector pos max 2018-02-14 22:09:21 -06:00
apple2.dec.c Add block comments to describe source files 2018-02-12 21:15:20 -06:00
apple2.draw.c Add block comments to describe source files 2018-02-12 21:15:20 -06:00
apple2.enc.c Self-sync bytes should be written after a sector header 2018-02-18 23:46:48 -06:00
apple2.kb.c Add block comments to describe source files 2018-02-12 21:15:20 -06:00
apple2.mem.c Add block comments to describe source files 2018-02-12 21:15:20 -06:00
apple2.pc.c The SLOTCXROM switch seems to work opposite 2018-01-29 00:30:12 -06:00
apple2.reflect.c Add block comments to describe source files 2018-02-12 21:15:20 -06:00
apple2.text.c Add docblock comments 2018-01-25 14:12:49 -06:00
log.c Refactor a bit for easier testing; add log_stream() 2018-01-07 15:05:20 -06:00
main.c Configure the DI with all of the standard stuff 2018-02-07 00:02:35 -06:00
mos6502.addr.c Mask the result so it's never more than a byte 2018-02-16 00:44:55 -06:00
mos6502.arith.c Change carry flag strategy according to docs 2018-01-21 12:47:36 -06:00
mos6502.bits.c Very minor changes to make the code simpler 2018-02-16 00:19:14 -06:00
mos6502.branch.c Change last_addr field to eff_addr 2018-01-12 13:57:48 -06:00
mos6502.c We should check only the first byte for zero 2018-02-15 00:26:21 -06:00
mos6502.dis.c Show effective address 2018-02-14 22:19:35 -06:00
mos6502.exec.c Document the pseudo-instruction "bad" 2018-02-03 17:44:41 -06:00
mos6502.loadstor.c Several core changes to status, soft switches 2018-01-20 21:01:26 -06:00
mos6502.stat.c Rename status flags to MOS_ 2018-01-05 14:18:39 -06:00
objstore.c Add block comments to describe source files 2018-02-12 21:15:20 -06:00
option.c Add missing docblock comments 2018-01-07 16:07:29 -06:00
vm_area.c Add block comments to describe source files 2018-02-12 21:15:20 -06:00
vm_bitfont.c Add block comments to describe source files 2018-02-12 21:15:20 -06:00
vm_di.c Allow mutability if in testing 2018-02-06 23:37:20 -06:00
vm_event.c Add block comments to describe source files 2018-02-12 21:15:20 -06:00
vm_reflect.c Add block comments to describe source files 2018-02-12 21:15:20 -06:00
vm_screen.c Allow us to signal that we should exit 2018-02-05 00:35:04 -06:00
vm_segment.c Add missing docblocks 2018-02-03 21:56:27 -06:00