inc
|
Add Processor::pokeWord to define an endian specific 16-bit word write.
|
2018-10-14 10:05:43 +01:00 |
Intel8080
|
Use the newly added CPU pokeWord method.
|
2018-10-14 20:39:09 +01:00 |
LR35902
|
Refactor bit set/get routines from processor class to lower level chip class.
|
2018-09-29 14:08:44 +01:00 |
M6502
|
Use the newly added CPU pokeWord method.
|
2018-10-14 20:39:09 +01:00 |
MC6809
|
Tidy MC6809 test board/device access.
|
2018-10-20 16:57:32 +01:00 |
MC6850
|
Reorder the output of the M6850 status dump, so it more easily matches the bit order most -> least significant.
|
2018-10-03 20:16:59 +01:00 |
modules
|
Start adding MC6809 unit tests for each instruction. Just ABX, so far
|
2018-10-06 23:52:39 +01:00 |
Ricoh2A03
|
Have a stab at sorting out processor pin handling.
|
2018-08-25 12:09:26 +01:00 |
src
|
Add Processor::pokeWord to define an endian specific 16-bit word write.
|
2018-10-14 10:05:43 +01:00 |
Z80
|
Refactor bit set/get routines from processor class to lower level chip class.
|
2018-09-29 14:08:44 +01:00 |
.gitignore
|
|
|
.gitmodules
|
Start adding MC6809 unit tests for each instruction. Just ABX, so far
|
2018-10-06 23:52:39 +01:00 |
compile.mk
|
Simplify Linux build configurations.
|
2017-12-25 23:45:55 +00:00 |
EightBit.sln
|
Start adding MC6809 unit tests for each instruction. Just ABX, so far
|
2018-10-06 23:52:39 +01:00 |
exe_build.mk
|
Simplify Linux build configurations.
|
2017-12-25 23:45:55 +00:00 |
lib_build.mk
|
Simplify Linux build configurations.
|
2017-12-25 23:45:55 +00:00 |
LICENSE
|
|
|
Makefile
|
Whoops: Missed top-level support for 6502.
|
2018-01-06 21:40:04 +00:00 |
README.md
|
Gameboy processor is alive!
|
2017-09-15 22:37:47 +01:00 |