1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-11-24 14:32:08 +00:00
erc-c/src
Peter Evans 6a230341e1 Make vm_area_set be an inline function.
Gets most of the benefits of being a macro, but also gains type safety
(which macros do not have).
2017-12-27 17:10:51 -06:00
..
apple2.c Documentation 2017-12-26 17:13:34 -06:00
apple2.dd.c Reorganize 2017-12-26 16:42:04 -06:00
apple2.draw.c Use vm_area for draw_rect. 2017-12-27 16:42:30 -06:00
log.c Reorganize log.c 2017-12-26 16:44:28 -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 Better documentation; use a macro to define modes 2017-12-06 16:54:14 -06:00
mos6502.arith.c Missing status modifications in a number of instructions 2017-12-08 23:26:46 -06:00
mos6502.bits.c Missing status modifications in a number of instructions 2017-12-08 23:26:46 -06:00
mos6502.branch.c Documentation for files 2017-12-08 22:12:31 -06:00
mos6502.c Comment out unused instruction string table 2017-12-26 16:45:24 -06:00
mos6502.exec.c We need to check P's value as well 2017-12-09 14:50:33 -06:00
mos6502.loadstor.c Missing status modifications in a number of instructions 2017-12-08 23:26:46 -06:00
mos6502.stat.c Documentation for files 2017-12-08 22:12:31 -06:00
option.c Add documentation for option functions 2017-12-27 14:32:13 -06:00
vm_bitfont.c Use vm_area with bitfont_offset 2017-12-27 16:47:26 -06:00
vm_screen.c Make vm_area_set be an inline function. 2017-12-27 17:10:51 -06:00
vm_segment.c We missed the size multiplier for memset() 2017-12-15 21:22:22 -06:00