1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-11 20:29:26 +00:00
erc-c/src
2018-03-14 00:05:26 -05:00
..
apple2.bank.c Return bit 7 high if we set a flag on 2018-03-10 22:21:03 -06:00
apple2.c Disassemble flag now works as intended 2018-03-09 16:46:04 -06:00
apple2.dbuf.c Always notify the screen of a refresh required 2018-03-13 00:13:59 -05:00
apple2.dd.c Return random data in read contexts 2018-03-10 22:36:31 -06:00
apple2.dec.c Refactor code to pass image type in 2018-02-21 00:23:12 -06:00
apple2.draw.c Add hires graphics file; draw hires graphics 2018-03-13 16:08:31 -05:00
apple2.enc.c Pass image type into enc_dos; use sector_num instead of a table pointer 2018-02-20 15:36:23 -06:00
apple2.grid.c First crack at lo-res graphics 2018-03-11 23:28:28 -05:00
apple2.hires.c Add color tables, row table 2018-03-14 00:05:26 -05:00
apple2.kb.c Add block comments to describe source files 2018-02-12 21:15:20 -06:00
apple2.lores.c Add docblock comments 2018-03-13 00:53:46 -05:00
apple2.mem.c Return bit 7 high if we set a flag on 2018-03-10 22:21:03 -06:00
apple2.pc.c The SLOTCXROM switch seems to work opposite 2018-01-29 00:30:12 -06:00
apple2.reflect.c Add step command 2018-02-25 15:41:37 -06:00
apple2.text.c Subtract 0x400 for the correct offset 2018-03-12 00:32:42 -05:00
log.c Refactor a bit for easier testing; add log_stream() 2018-01-07 15:05:20 -06:00
main.c Use vm_di_get for file streams to close them 2018-03-07 20:54:46 -06:00
mos6502.addr.c Formerly "BAD" instructions are now forms of NOPs 2018-02-22 14:07:05 -06:00
mos6502.arith.c Add missing NZ checks in INC and DEC 2018-02-28 21:34:58 -06:00
mos6502.bits.c Rewrite status checks with macros 2018-02-28 21:16:39 -06:00
mos6502.branch.c Add new Branch Always instruction 2018-02-21 21:57:21 -06:00
mos6502.c Remove modify_status() function 2018-02-28 21:40:52 -06:00
mos6502.dis.c Removed unnecessary code 2018-03-13 00:28:24 -05:00
mos6502.exec.c Add missing docblocks for NP2 and NP3 2018-02-22 14:10:19 -06:00
mos6502.loadstor.c Rewrite status checks with macros 2018-02-28 21:16:39 -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 Remove --size flag for now 2018-03-13 15:22:47 -05:00
vm_area.c Use uint32_t for all fields 2018-03-12 00:33:08 -05:00
vm_bitfont.c Add block comments to describe source files 2018-02-12 21:15:20 -06:00
vm_debug.c Use another pointer to retain the original address to free 2018-03-13 11:00:44 -05: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 (No, really, use the color blue) 2018-03-11 23:48:40 -05:00
vm_segment.c We should print the final line if from is still >= to 2018-03-13 15:17:33 -05:00