Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian Conlon 3dfea03b2e In theory, this finishes the 6809 disassembler.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2018-08-28 13:56:06 +01:00
inc Correct 5-bit sign extension on the 6809 processor. Allows CLR 5-bit offset indexed disassembly to work correctly. 2018-08-27 12:57:44 +01:00
Intel8080 Whoops: The "Bus" class *really* isn't allowed to know the "endianness" of the attached processor! 2018-08-27 11:27:33 +01:00
LR35902 Whoops: The "Bus" class *really* isn't allowed to know the "endianness" of the attached processor! 2018-08-27 11:27:33 +01:00
M6502 Whoops: The "Bus" class *really* isn't allowed to know the "endianness" of the attached processor! 2018-08-27 11:27:33 +01:00
MC6809 In theory, this finishes the 6809 disassembler. 2018-08-28 13:56:06 +01:00
Ricoh2A03 Have a stab at sorting out processor pin handling. 2018-08-25 12:09:26 +01:00
src Correct 5-bit sign extension on the 6809 processor. Allows CLR 5-bit offset indexed disassembly to work correctly. 2018-08-27 12:57:44 +01:00
Z80 Whoops: The "Bus" class *really* isn't allowed to know the "endianness" of the attached processor! 2018-08-27 11:27:33 +01:00
.gitignore Dump of all my C++ emulators, only Intel8080 integrated so far... 2017-06-04 21:38:34 +01:00
compile.mk Simplify Linux build configurations. 2017-12-25 23:45:55 +00:00
EightBit.sln Another 6809 instruction and addressing mode disassembly added. 2018-08-27 11:29:15 +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 Dump of all my C++ emulators, only Intel8080 integrated so far... 2017-06-04 21:38:34 +01:00
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

EightBit

Assortment of eight-bit processor emulators:

  • Intel 8080
  • Zilog Z80
  • Sharp LR35902
  • Mos Technology 6502