1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-02 07:41:32 +00:00
erc-c/src
2018-04-01 20:41:31 -05:00
..
apple2.bank.c Remove unnecessary zero page code 2018-03-26 20:59:24 -05:00
apple2.c Use log_crit() instead of log_critical() 2018-03-29 21:45:25 -05:00
apple2.dbuf.c Defensive conditionals 2018-03-26 20:46:55 -05:00
apple2.dd.c Remove online checks 2018-03-30 23:33:30 -05:00
apple2.dec.c Refactor code to pass image type in 2018-02-21 00:23:12 -06:00
apple2.draw.c Significant rewrites and slightly better understanding 2018-03-18 00:15:55 -05:00
apple2.enc.c Reorganize encoded sizes/routines to align with reference nibble output 2018-03-20 14:06:26 -05:00
apple2.grid.c First crack at lo-res graphics 2018-03-11 23:28:28 -05:00
apple2.hires.c Add missing docblock comments, remove some dead code 2018-03-31 21:10:08 -05:00
apple2.kb.c Add block comments to describe source files 2018-02-12 21:15:20 -06:00
apple2.lores.c Update to use NTSC Corrected color values 2018-03-14 23:50:53 -05:00
apple2.mem.c Use log_crit() instead of log_critical() 2018-03-29 21:45:25 -05: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 Open log file rather than use stdout 2018-03-29 21:42:38 -05:00
mos6502.addr.c Formerly "BAD" instructions are now forms of NOPs 2018-02-22 14:07:05 -06:00
mos6502.arith.c Rework overflow logic, and add missing handling 2018-03-30 23:04:21 -05:00
mos6502.bits.c Use a bitwise-and to determine carry 2018-03-26 23:10:57 -05:00
mos6502.branch.c Add new Branch Always instruction 2018-02-21 21:57:21 -06:00
mos6502.c Use log_crit() instead of log_critical() 2018-03-29 21:45:25 -05:00
mos6502.dis.c Removed unnecessary code 2018-03-13 00:28:24 -05:00
mos6502.exec.c Use log_crit() instead of log_critical() 2018-03-29 21:45:25 -05:00
mos6502.loadstor.c Remove log statements 2018-03-30 20:06:59 -05:00
mos6502.stat.c Rename status flags to MOS_ 2018-01-05 14:18:39 -06:00
objstore.c Use log_crit() instead of log_critical() 2018-03-29 21:45:25 -05:00
option.c Remove option flags; remove unnecessary --flash option 2018-03-21 15:26:58 -05:00
vm_area.c Use uint32_t for all fields 2018-03-12 00:33:08 -05:00
vm_bitfont.c Use log_crit() instead of log_critical() 2018-03-29 21:45:25 -05:00
vm_debug.c Add hidump, hires_dump commands 2018-03-25 19:39:00 -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 Use log_crit() instead of log_critical() 2018-03-29 21:45:25 -05:00
vm_screen.c This implements initial support for rendering to a texture 2018-04-01 20:41:31 -05:00
vm_segment.c Use log_crit() instead of log_critical() 2018-03-29 21:45:25 -05:00