EightBit/src
Adrian Conlon 97272d650d Simplify processor bus access a little by further allowing register16_t address access.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2018-08-29 13:52:25 +01:00
..
BigEndianProcessor.cpp Simplify processor bus access a little by further allowing register16_t address access. 2018-08-29 13:52:25 +01:00
Bus.cpp Whoops: The "Bus" class *really* isn't allowed to know the "endianness" of the attached processor! 2018-08-27 11:27:33 +01:00
EightBit.vcxproj Refactor the *EndianProcessor classes, such that their implementation is no longer in header files. 2018-08-25 22:51:56 +01:00
EightBit.vcxproj.filters Refactor the *EndianProcessor classes, such that their implementation is no longer in header files. 2018-08-25 22:51:56 +01:00
EventArgs.cpp More clang warning corrected. 2017-11-30 23:21:48 +00:00
InputOutput.cpp Remove duplicated code (from const definitions) the performance benefit isn't worth the amount of duplicated code. 2018-06-24 20:58:20 +01:00
IntelProcessor.cpp Start moving towards reset being just another style of interrupt. 2018-08-25 01:34:30 +01:00
LittleEndianProcessor.cpp Simplify processor bus access a little by further allowing register16_t address access. 2018-08-29 13:52:25 +01:00
Makefile Add profile guided optimisation to build configuration (profile/profiled) 2017-11-30 14:59:24 +00:00
Memory.cpp Some small changes for NES support: hopefully not broken anything! 2017-12-26 22:46:16 +00:00
Processor.cpp 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
stdafx.cpp Dump of all my C++ emulators, only Intel8080 integrated so far... 2017-06-04 21:38:34 +01:00
stdafx.h GSL was too problematic when used with GCC. Removed. 2017-11-20 19:17:49 +00:00