1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-02 07:41:32 +00:00
erc-c/src
2018-02-03 21:18:07 -06:00
..
apple2.bank.c Rework screen display logic for more efficiency 2018-01-23 14:52:16 -06:00
apple2.c Add image type, image segment 2018-02-03 18:10:29 -06:00
apple2.dbuf.c Change dbuf switches to work off correct addresses 2018-01-23 15:51:06 -06:00
apple2.dd.c When encoded, the track size is larger than 4k 2018-02-03 21:18:07 -06:00
apple2.dec.c Add new decode functions, flesh out sector code 2018-02-03 00:23:57 -06:00
apple2.draw.c Add missing docblocks 2018-02-03 17:46:56 -06:00
apple2.enc.c Include better documentation of otherwise grumpy functions 2018-01-31 15:58:32 -06:00
apple2.kb.c Finish map, mapper handling for keyboard events 2018-01-17 01:07:31 -06:00
apple2.mem.c Add drive phases, switches for control and i/o 2018-01-26 19:49:19 -06:00
apple2.pc.c The SLOTCXROM switch seems to work opposite 2018-01-29 00:30:12 -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 Move screen run logic into apple run_loop and create 2017-12-20 20:45:26 -06:00
mos6502.addr.c Reimplement idx and idy to use 16-bit addresses 2018-01-27 19:54:55 -06:00
mos6502.arith.c Change carry flag strategy according to docs 2018-01-21 12:47:36 -06:00
mos6502.bits.c Carry is set by left- or right-most bits 2018-01-21 16:21:15 -06:00
mos6502.branch.c Change last_addr field to eff_addr 2018-01-12 13:57:48 -06:00
mos6502.c Comment out cycles 2018-01-23 21:41:43 -06:00
mos6502.dis.c We should not resolv the address a second time 2018-01-23 21:41:30 -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 inverse font 2018-01-24 14:26:28 -06:00
option.c Add missing docblock comments 2018-01-07 16:07:29 -06:00
vm_area.c Move vm_area logic into its own file 2018-01-07 20:05:02 -06:00
vm_bitfont.c Don't attempt to render a glyph if render is NULL 2018-01-23 16:09:27 -06:00
vm_screen.c Add missing docblocks 2018-02-03 17:46:56 -06:00
vm_segment.c Add fwrite function, support for streams and types 2018-02-03 20:50:08 -06:00