1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-26 04:29:27 +00:00
rk65c02/src
2018-07-24 11:02:22 +02:00
..
65c02isa.awk There's one more field in that generated header. Adjust. 2017-01-27 22:27:30 +01:00
65c02isa.csv BBR and BBS instructions have 2 operands. 2018-04-16 12:14:31 +02:00
assembler.c Refactoring to support (future) string asm. 2018-06-25 14:05:47 +02:00
assembler.h Refactoring to support (future) string asm. 2018-06-25 14:05:47 +02:00
bus.c Call finish funcs for devices when closing bus. 2018-07-24 11:02:22 +02:00
bus.h Bus access debugging can be enabled run-time via boolean. 2017-02-28 10:49:57 +01:00
debug.c Use boehm gc to manage memory. 2018-03-26 12:36:47 +02:00
debug.h Introduce trace functionality. 2017-02-15 21:32:12 +01:00
device_fb.c Remove usused variable. 2018-03-26 14:31:07 +02:00
device_fb.h Start implementation of display emulation. 2018-03-25 18:01:15 +02:00
device_ram.c Call finish funcs for devices when closing bus. 2018-07-24 11:02:22 +02:00
device_ram.h Make RAM size configurable. 2018-03-24 23:05:28 +01:00
device_serial.c Call finish funcs for devices when closing bus. 2018-07-24 11:02:22 +02:00
device_serial.h First attempt at adding serial port emulated via named pipe on host. 2017-02-22 21:58:41 +01:00
device.h Call finish funcs for devices when closing bus. 2018-07-24 11:02:22 +02:00
Doxyfile Add initial Doxyfile. 2018-04-10 12:18:19 +02:00
emulation.awk Avoid getting instruction definition again when emulating. 2017-01-22 11:07:19 +01:00
emulation.c No reason to inline BCD conversion. 2018-07-06 10:26:44 +02:00
instruction.c Refactoring to support (future) string asm. 2018-06-25 14:05:47 +02:00
instruction.h Refactoring to support (future) string asm. 2018-06-25 14:05:47 +02:00
log.c Explicitely cast time to long long ints. 2018-03-27 13:30:33 +02:00
log.h Doxify more. 2018-04-12 12:45:05 +02:00
Makefile Try to make this build on Linux, NetBSD and OS X. 2018-06-25 13:19:35 +02:00
rk65c02.c Comment WAI/interrupt behaviour. 2018-04-13 11:25:30 +02:00
rk65c02.h Doxify more. 2018-04-12 12:45:05 +02:00