summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emucore.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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