summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emucore.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Properly call va_end() before throwing exceptions in fatalerror functions (no... Oliver Stöneberg2012-07-271-2/+4
* Removed old C-based interface to astrings. astring exists only as Aaron Giles2012-01-031-1/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-6/+0
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-1/+2
* BIG update. Aaron Giles2011-03-291-2/+2
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-0/+9
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-0/+3
* Move generic templates from emucore.h to emutempl.h. Aaron Giles2011-02-071-320/+10
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-0/+10
* NetBSD support [Thomas Klausner] R. Belmont2011-02-021-0/+2
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-4/+0
* Cleanups and version bump.mame0140 Aaron Giles2010-10-211-1/+1
* Convert rendlay objects into C++, reduce the number of unused textures Aaron Giles2010-10-181-0/+2
* Cleanups and version bump. Aaron Giles2010-10-141-4/+4
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-14/+96
* fatalerror_exitcode() doesn't need to break into the debugger. Aaron Giles2010-09-101-1/+0
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+7
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-0/+94
* Cleanups and version bump. Aaron Giles2010-06-171-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-63/+118
* Cleanups and version bump. Aaron Giles2010-01-281-11/+11
* Make an actual enum type for endianness. Aaron Giles2010-01-201-5/+8
* Undef two defines from Solaris stdlib.h which collide with mame. Couriersud2010-01-171-0/+6
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-0/+109
* Compile fix for MSVC psikyosh (dynamic array sizes are a later Aaron Giles2010-01-161-4/+4
* Cleanups and version bump. Aaron Giles2010-01-161-3/+3
* Added casting operators to the region_info class so you can assign Aaron Giles2010-01-161-0/+4
* sprintf -> vsprintf, oops. Requires a recompile, but at least Aaron Giles2010-01-101-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-13/+13
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-162/+88
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-0/+465