1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-12-22 14:30:45 +00:00
erc-c/src
Peter Evans 91291be889 Draw the full screen at boot time to emulate initial look
Which is to say, the initial look of @ symbols filling up your screen.
2018-03-07 00:19:51 -06:00
..
apple2.bank.c Add block comments to describe source files 2018-02-12 21:15:20 -06:00
apple2.c Don't immediately pause 2018-02-26 13:54:32 -06:00
apple2.dbuf.c Add block comments to describe source files 2018-02-12 21:15:20 -06:00
apple2.dd.c Rewrite dd to use phases and half-track steps 2018-03-03 21:29:19 -06:00
apple2.dec.c Refactor code to pass image type in 2018-02-21 00:23:12 -06:00
apple2.draw.c Display @ symbols on startup 2018-03-06 22:12:41 -06: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.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 step command 2018-02-25 15:41:37 -06:00
apple2.text.c Remove blank-space render to speed up render time 2018-03-07 00:15:25 -06:00
log.c
main.c Draw the full screen at boot time to emulate initial look 2018-03-07 00:19:51 -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 Show correct PC counter in scan 2018-03-01 21:37:10 -06: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
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_debug.c Show correct PC counter in scan 2018-03-01 21:37:10 -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