summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emucore.h
Commit message (Expand)AuthorAgeFilesLines
* srcclean and translation regeneration Vas Crabb2016-08-291-2/+2
* emucore: add template functions to deal with conversion between strongly type... Giuseppe Gorgoglione2016-08-241-0/+19
* BIT doesn't need to be a macro Vas Crabb2016-08-181-1/+1
* Fix a comment Vas Crabb2016-08-161-1/+1
* check number of bits in BITSWAPnn and expand up to 64 Vas Crabb2016-08-161-4/+9
* replace BITSWAP8/16/24/32 macros with constexpr function that works for any n... Vas Crabb2016-08-161-31/+19
* better enum increment/decrement operators: Vas Crabb2016-07-111-9/+8
* - removed FUNC_NULL macro Miodrag Milanovic2016-07-011-1/+0
* remove all usages of tagmap Miodrag Milanovic2016-06-181-3/+8
* nullptr to nullptr doesn't deserve a warning (nw) Vas Crabb2016-06-161-2/+2
* Fix GCC6 warnings Vas Crabb2016-06-161-32/+26
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-2/+2
* force delete of copy constructor and operator = (nw) Miodrag Milanovic2015-12-031-2/+2
* License self-service. Aaron Giles2015-05-251-1/+1
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-111-6/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-2/+0
* Added #include <string> in emucore.h (sorry will do a full build) Miodrag Milanovic2015-04-121-0/+1
* Fix accidentally reversed #if (nw) Alex W. Jackson2015-03-311-1/+1
* Fix bad breakage - sorry guys Vas Crabb2015-04-011-2/+2
* Start removing the use of OSD macros outside OSD since core objects are share... Vas Crabb2015-04-011-2/+2
* Whatever, I'll keep what I need locally, as always (nw) Olivier Galibert2015-03-211-7/+0
* Use the special asserts only for regression testing (nw) Olivier Galibert2015-03-201-0/+7
* assert_always is basically fatalerror() - so it should always bail out (nw) Oliver Stöneberg2015-03-201-1/+1
* moved assert replacement back to old location (nw) Oliver Stöneberg2015-03-201-21/+17
* Revert "If you're planning to redefine something, you should #include the def... Oliver Stöneberg2015-03-201-1/+0
* Revert "there is no way something called assert_always should ever be compile... Oliver Stöneberg2015-03-201-33/+34
* Revert "Changing FASTDEBUG to be assert-free is too big a change to push thro... Oliver Stöneberg2015-03-201-1/+4
* Changing FASTDEBUG to be assert-free is too big a change to push through with... Vas Crabb2015-03-201-4/+1
* If you're planning to redefine something, you should #include the definition ... Vas Crabb2015-03-201-0/+1
* there is no way something called assert_always should ever be compiled out - ... Vas Crabb2015-03-201-34/+33
* disabled assert replacement for now since it doesn't compile anymore (nw) Oliver Stöneberg2015-03-201-0/+6
* Fix build - come on guys, there's no way this could've possibly worked for an... Vas Crabb2015-03-201-4/+4
* moved assert replacement inside emucore.h so it is actually used / removed as... Oliver Stöneberg2015-03-201-13/+15
* Removed sstream include. (nw) couriersud2015-01-311-2/+0
* Remove inlining of non-performance relevant exceptions and fatalerror. couriersud2015-01-141-79/+4
* Move some includes around to fix compile errors on OSX; if this breaks any ot... Wilbert Pol2014-12-291-0/+2
* Fix debugger memory display of little-endian memory regions [Alex Jackson] Alex W. Jackson2014-12-091-1/+1
* Prevent other possible bad things happening (nw) Wilbert Pol2014-06-231-4/+20
* Different version of OSX segfault fix (nw) Wilbert Pol2014-06-231-10/+22
* That was not supposed to be in... (nw) Olivier Galibert2014-03-281-0/+4
* h8: Rewrite [O. Galibert] Olivier Galibert2014-03-251-4/+0
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-7/+0
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-7/+0
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-2/+2
* removed DECL_NORETURN in favor of ATTR_NORETURN (nw) Oliver Stöneberg2013-08-221-2/+2
* added makefile define FASTDEBUG to disable some debug-specific stuff, that is... Oliver Stöneberg2013-08-021-2/+2
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-0/+1
* Rewrite of 6809/6309/konamicpu cores. 6809 should be cycle exact based on the Nathan Woods2013-03-041-0/+15