1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-09-29 11:55:01 +00:00
erc-c/src
Peter Evans fcd25f6385 Use set16 to push items to the stack.
The previous method was not incorrect, but set16 already handles the
little-endian logic for us, and there's no need to do something bespoke
here that we then need to test for separately.
2018-01-20 23:43:58 -06:00
..
apple2.bank.c Account for changes to rom segment structure 2018-01-16 15:46:35 -06:00
apple2.c Draw text in 40 column mode 2018-01-18 16:21:25 -06:00
apple2.dbuf.c Several core changes to status, soft switches 2018-01-20 21:01:26 -06:00
apple2.dd.c
apple2.draw.c Draw text in 40 column mode 2018-01-18 16:21:25 -06:00
apple2.kb.c Finish map, mapper handling for keyboard events 2018-01-17 01:07:31 -06:00
apple2.mem.c Several core changes to status, soft switches 2018-01-20 21:01:26 -06:00
apple2.pc.c Add pc file for peripheral card ROM 2018-01-15 23:50:33 -06:00
log.c
main.c
mos6502.addr.c Change last_addr field to eff_addr 2018-01-12 13:57:48 -06:00
mos6502.arith.c Several core changes to status, soft switches 2018-01-20 21:01:26 -06:00
mos6502.bits.c Several core changes to status, soft switches 2018-01-20 21:01:26 -06:00
mos6502.branch.c Change last_addr field to eff_addr 2018-01-12 13:57:48 -06:00
mos6502.c Use set16 to push items to the stack. 2018-01-20 23:43:58 -06:00
mos6502.dis.c Add an extra line break 2018-01-19 19:14:59 -06:00
mos6502.exec.c Change last_addr field to eff_addr 2018-01-12 13:57:48 -06:00
mos6502.loadstor.c Several core changes to status, soft switches 2018-01-20 21:01:26 -06:00
mos6502.stat.c
objstore.c Change objstore structure to contain all peripheral ROM 2018-01-09 15:56:21 -06:00
option.c
vm_area.c
vm_bitfont.c Remove log message 2018-01-18 16:20:53 -06:00
vm_screen.c Several core changes to status, soft switches 2018-01-20 21:01:26 -06:00
vm_segment.c We missed a doc-block for the new set16 func 2018-01-10 16:46:55 -06:00