EightBit/LR35902/src
Adrian Conlon def1c58e9d Tidy project settings across the EightBit library to be more consistent.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2019-07-06 22:45:16 +01:00
..
CharacterDefinition.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
Disassembler.cpp Use explicit enumeration types (improves type safety) where appropriate. 2018-12-01 15:24:29 +00:00
Display.cpp More memptr adjustments 2018-08-17 13:59:59 +01:00
GameBoyBus.cpp Correct a coulple of newly introduced GB issues. 2019-01-14 02:23:48 +00:00
IoRegisters.cpp Correct constructions of register16_t: the structure is "#ifdef"ed for different endian arrangements. 2019-01-06 11:27:43 +00:00
LR35902.cpp Use the virtual methods, busRead and busWrite for all processor bus actions. 2019-03-02 21:58:34 +00:00
LR35902.vcxproj Tidy project settings across the EightBit library to be more consistent. 2019-07-06 22:45:16 +01:00
LR35902.vcxproj.filters Tidy up include file usage. 2017-10-19 22:43:09 +01:00
Makefile Linux build compatibility. 2017-11-27 21:33:23 +00:00
ObjectAttribute.cpp More updates from the CPP core guidelines 2017-11-11 11:12:09 +00:00
Profiler.cpp Tidy up GameBoy processor (LR35902) with respect to C++14/17 2018-10-27 19:23:02 +01:00
stdafx.cpp Implement enough changes to build LR35902 2017-06-09 10:23:51 +01:00
stdafx.h Refactor memory related code a little to make the hierarchy of classes a little easier to understand. 2018-11-04 16:38:57 +00:00