.. |
65c02isa.awk
|
There's one more field in that generated header. Adjust.
|
2017-01-27 22:27:30 +01:00 |
65c02isa.csv
|
RMB1 instruction is 2 byte long (opcode + one operand).
|
2017-02-13 21:54:10 +01:00 |
bus.c
|
Make log less verbose.
|
2018-04-06 14:27:05 +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
|
Use boehm gc to manage memory.
|
2018-03-26 12:36:47 +02:00 |
device_ram.h
|
Make RAM size configurable.
|
2018-03-24 23:05:28 +01:00 |
device_serial.c
|
Use boehm gc to manage memory.
|
2018-03-26 12:36:47 +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
|
More work on devices subsystem.
|
2017-02-20 12:31:26 +01: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
|
Remove leftover debug code.
|
2018-03-23 11:23:16 +01:00 |
instruction.c
|
Simplify handling ciritcal emulation errors.
|
2018-04-01 21:40:49 +02:00 |
instruction.h
|
More refactoring and improvements to logging!
|
2018-03-23 13:37:07 +01:00 |
log.c
|
Explicitely cast time to long long ints.
|
2018-03-27 13:30:33 +02:00 |
log.h
|
More refactoring and improvements to logging!
|
2018-03-23 13:37:07 +01:00 |
Makefile
|
Don't build the useless CLI for now...
|
2018-03-26 12:38:25 +02:00 |
rk65c02.c
|
Start doxifying the documentation.
|
2018-04-10 12:17:59 +02:00 |
rk65c02.h
|
Doxify more.
|
2018-04-10 12:49:11 +02:00 |