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
*
Fix accidentally reversed #if (nw)
Alex W. Jackson
2015-03-31
1
-1
/
+1
*
Fix bad breakage - sorry guys
Vas Crabb
2015-04-01
1
-2
/
+2
*
Start removing the use of OSD macros outside OSD since core objects are share...
Vas Crabb
2015-04-01
1
-2
/
+2
*
Whatever, I'll keep what I need locally, as always (nw)
Olivier Galibert
2015-03-21
1
-7
/
+0
*
Use the special asserts only for regression testing (nw)
Olivier Galibert
2015-03-20
1
-0
/
+7
*
assert_always is basically fatalerror() - so it should always bail out (nw)
Oliver Stöneberg
2015-03-20
1
-1
/
+1
*
moved assert replacement back to old location (nw)
Oliver Stöneberg
2015-03-20
1
-21
/
+17
*
Revert "If you're planning to redefine something, you should #include the def...
Oliver Stöneberg
2015-03-20
1
-1
/
+0
*
Revert "there is no way something called assert_always should ever be compile...
Oliver Stöneberg
2015-03-20
1
-33
/
+34
*
Revert "Changing FASTDEBUG to be assert-free is too big a change to push thro...
Oliver Stöneberg
2015-03-20
1
-1
/
+4
*
Changing FASTDEBUG to be assert-free is too big a change to push through with...
Vas Crabb
2015-03-20
1
-4
/
+1
*
If you're planning to redefine something, you should #include the definition ...
Vas Crabb
2015-03-20
1
-0
/
+1
*
there is no way something called assert_always should ever be compiled out - ...
Vas Crabb
2015-03-20
1
-34
/
+33
*
disabled assert replacement for now since it doesn't compile anymore (nw)
Oliver Stöneberg
2015-03-20
1
-0
/
+6
*
Fix build - come on guys, there's no way this could've possibly worked for an...
Vas Crabb
2015-03-20
1
-4
/
+4
*
moved assert replacement inside emucore.h so it is actually used / removed as...
Oliver Stöneberg
2015-03-20
1
-13
/
+15
*
Removed sstream include. (nw)
couriersud
2015-01-31
1
-2
/
+0
*
Remove inlining of non-performance relevant exceptions and fatalerror.
couriersud
2015-01-14
1
-79
/
+4
*
Move some includes around to fix compile errors on OSX; if this breaks any ot...
Wilbert Pol
2014-12-29
1
-0
/
+2
*
Fix debugger memory display of little-endian memory regions [Alex Jackson]
Alex W. Jackson
2014-12-09
1
-1
/
+1
*
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
[next]