1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-12-11 18:49:16 +00:00
rk65c02/src
2018-08-13 21:18:29 +02:00
..
65c02isa.awk
65c02isa.csv BBR and BBS instructions have 2 operands. 2018-04-16 12:14:31 +02:00
assembler.c Simplify error handling if malloc fails. 2018-08-05 23:45:44 +02:00
assembler.h Refactoring to support (future) string asm. 2018-06-25 14:05:47 +02:00
bus.c More sanity checks. 2018-08-13 21:18:29 +02:00
bus.h Make function declerations proper prototypes. 2018-07-24 19:20:06 +02:00
debug.c Simplify error handling if malloc fails. 2018-08-05 23:45:44 +02:00
debug.h Introduce trace functionality. 2017-02-15 21:32:12 +01:00
device_fb.c Simplify error handling if malloc fails. 2018-08-05 23:45:44 +02:00
device_fb.h Start implementation of display emulation. 2018-03-25 18:01:15 +02:00
device_ram.c Simplify error handling if malloc fails. 2018-08-05 23:45:44 +02:00
device_ram.h Make RAM size configurable. 2018-03-24 23:05:28 +01:00
device_serial.c Simplify error handling if malloc fails. 2018-08-05 23:45:44 +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
emulation.c No reason to inline BCD conversion. 2018-07-06 10:26:44 +02:00
instruction.c Simplify error handling if malloc fails. 2018-08-05 23:45:44 +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 Simplify error handling if malloc fails. 2018-08-05 23:45:44 +02:00
rk65c02.h Include argument names in prototype. 2018-07-24 19:20:29 +02:00