summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emucore.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* removed unused crosscast() function from emucore.h (nw) Oliver Stöneberg2013-01-311-25/+0
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-45/+45
* log all unhandled exceptions in running_machine::run() / handle bad_cast exce... Oliver Stöneberg2013-01-011-11/+35
* Moved device_delegates into their own files. Employed a Aaron Giles2012-09-261-3/+3
* Great idea! But let's stay classy. Aaron Giles2012-08-131-12/+14
* mumble (nw) Olivier Galibert2012-08-121-2/+0
* emucore: make downcast errors more useful [O. Galibert] Olivier Galibert2012-08-121-2/+23