index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
emucore.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent other possible bad things happening (nw)
Wilbert Pol
2014-06-23
1
-4
/
+20
*
Different version of OSX segfault fix (nw)
Wilbert Pol
2014-06-23
1
-10
/
+22
*
That was not supposed to be in... (nw)
Olivier Galibert
2014-03-28
1
-0
/
+4
*
h8: Rewrite [O. Galibert]
Olivier Galibert
2014-03-25
1
-4
/
+0
*
removed mame_* aliases and just use core_* functions (nw)
Oliver Stöneberg
2014-03-24
1
-7
/
+0
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-7
/
+0
*
rest of ATTR_PRINTF review (nw)
Oliver Stöneberg
2014-02-25
1
-2
/
+2
*
removed DECL_NORETURN in favor of ATTR_NORETURN (nw)
Oliver Stöneberg
2013-08-22
1
-2
/
+2
*
added makefile define FASTDEBUG to disable some debug-specific stuff, that is...
Oliver Stöneberg
2013-08-02
1
-2
/
+2
*
Split eeprom.c into a base class base_eeprom_device and a serial-specific
Aaron Giles
2013-07-27
1
-0
/
+1
*
Rewrite of 6809/6309/konamicpu cores. 6809 should be cycle exact based on the
Nathan Woods
2013-03-04
1
-0
/
+15
*
removed unused crosscast() function from emucore.h (nw)
Oliver Stöneberg
2013-01-31
1
-25
/
+0
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
1
-2
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-45
/
+45
*
log all unhandled exceptions in running_machine::run() / handle bad_cast exce...
Oliver Stöneberg
2013-01-01
1
-11
/
+35
*
Moved device_delegates into their own files. Employed a
Aaron Giles
2012-09-26
1
-3
/
+3
*
Great idea! But let's stay classy.
Aaron Giles
2012-08-13
1
-12
/
+14
*
mumble (nw)
Olivier Galibert
2012-08-12
1
-2
/
+0
*
emucore: make downcast errors more useful [O. Galibert]
Olivier Galibert
2012-08-12
1
-2
/
+23
*
Properly call va_end() before throwing exceptions in fatalerror functions (no...
Oliver Stöneberg
2012-07-27
1
-2
/
+4
*
Removed old C-based interface to astrings. astring exists only as
Aaron Giles
2012-01-03
1
-1
/
+1
*
Switch to using delegates for some callbacks:
Aaron Giles
2011-04-27
1
-6
/
+0
*
Delegates 2.0 implementation. Resdesigned how delegates work to make
Aaron Giles
2011-04-16
1
-1
/
+2
*
BIG update.
Aaron Giles
2011-03-29
1
-2
/
+2
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
1
-0
/
+9
*
Moved the state saving system to C++. For now the registration macros
Aaron Giles
2011-02-08
1
-0
/
+3
*
Move generic templates from emucore.h to emutempl.h.
Aaron Giles
2011-02-07
1
-320
/
+10
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-0
/
+10
*
NetBSD support [Thomas Klausner]
R. Belmont
2011-02-02
1
-0
/
+2
*
mame_rand() -> machine->rand()
Aaron Giles
2010-12-31
1
-4
/
+0
*
Cleanups and version bump.
mame0140
Aaron Giles
2010-10-21
1
-1
/
+1
*
Convert rendlay objects into C++, reduce the number of unused textures
Aaron Giles
2010-10-18
1
-0
/
+2
*
Cleanups and version bump.
Aaron Giles
2010-10-14
1
-4
/
+4
*
Converted render.c objects into C++ objects. Updated all callers.
Aaron Giles
2010-10-13
1
-14
/
+96
*
fatalerror_exitcode() doesn't need to break into the debugger.
Aaron Giles
2010-09-10
1
-1
/
+0
*
Changed driver_data objects to be devices. Replaced the driver_data_t
Aaron Giles
2010-09-02
1
-2
/
+7
*
Cleanups and version bump.
mame0139u2
Aaron Giles
2010-08-30
1
-1
/
+1
*
Massive memory system change. This is another step along the path toward
Aaron Giles
2010-08-19
1
-0
/
+94
*
Cleanups and version bump.
Aaron Giles
2010-06-17
1
-5
/
+5
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-63
/
+118
*
Cleanups and version bump.
Aaron Giles
2010-01-28
1
-11
/
+11
*
Make an actual enum type for endianness.
Aaron Giles
2010-01-20
1
-5
/
+8
*
Undef two defines from Solaris stdlib.h which collide with mame.
Couriersud
2010-01-17
1
-0
/
+6
*
Created new template class tagged_list which manages a simple list
Aaron Giles
2010-01-17
1
-0
/
+109
*
Compile fix for MSVC psikyosh (dynamic array sizes are a later
Aaron Giles
2010-01-16
1
-4
/
+4
*
Cleanups and version bump.
Aaron Giles
2010-01-16
1
-3
/
+3
*
Added casting operators to the region_info class so you can assign
Aaron Giles
2010-01-16
1
-0
/
+4
*
sprintf -> vsprintf, oops. Requires a recompile, but at least
Aaron Giles
2010-01-10
1
-1
/
+1
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-13
/
+13
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-162
/
+88
[next]