index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
debug
/
express.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-1753
/
+0
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-4
/
+4
*
removed bool conversion and implicit empty check (nw)
Miodrag Milanovic
2015-04-19
1
-1
/
+1
*
more conversions to std::string (nw)
Miodrag Milanovic
2015-04-19
1
-23
/
+23
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-5
/
+5
*
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
1
-8
/
+8
*
Fix uninitialized auto; should fix instances where a game with cheats active ...
Scott Stone
2014-07-21
1
-1
/
+2
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-2
/
+2
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-118
/
+118
*
make expression functions work (nw)
cracyc
2012-11-04
1
-2
/
+2
*
Removed old C-based interface to astrings. astring exists only as
Aaron Giles
2012-01-03
1
-3
/
+3
*
- Removing MD5 support in ROMLOAD_* [Oliver Stoneberg]
Miodrag Milanovic
2011-07-31
1
-2
/
+1
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-3
/
+3
*
Move generic templates from emucore.h to emutempl.h.
Aaron Giles
2011-02-07
1
-4
/
+5
*
Cleanup & version bump.
mame0140u1
Aaron Giles
2010-11-08
1
-40
/
+40
*
Fix issues with setting condition expressions on break/watchpoints.
Aaron Giles
2010-11-08
1
-15
/
+20
*
OSX compile fix.
Tomasz Slanina
2010-11-01
1
-0
/
+1
*
Converted the expression engine to C++, did the usual cleanup.
Aaron Giles
2010-11-01
1
-1633
/
+1243
*
Cleanups and version bump.
Aaron Giles
2010-05-05
1
-11
/
+11
*
Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg]
Scott Stone
2010-04-23
1
-2
/
+4
*
several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg]
Fabio Priuli
2010-03-17
1
-1
/
+1
*
Make mips register names accessible in the debugger expressions [Olivier Gali...
Olivier Galibert
2010-02-19
1
-2
/
+2
*
All files modified here solely depend on osdcore.h. Therefore changed all mal...
Couriersud
2010-01-17
1
-14
/
+14
*
Cleanups and version bump.
Aaron Giles
2010-01-16
1
-2
/
+2
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-2
/
+2
*
Exposed an address space for EEPROM devices. This has several
Aaron Giles
2009-12-28
1
-2
/
+0
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-3
/
+3
*
Memory references can now explicitly specify logical or physical access
Aaron Giles
2009-10-01
1
-16
/
+35
*
Added casts to ensure proper values are passed to the ctype.h functions.
Aaron Giles
2009-06-25
1
-6
/
+6
*
Cleanups and version bump.
Aaron Giles
2009-05-28
1
-1
/
+1
*
Sent: Monday, May 11, 2009 10:32 PM
Aaron Giles
2009-05-15
1
-0
/
+4
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-11
/
+11
*
Initialize some structs to fix warnings with some GCC versions.
R. Belmont
2009-01-22
1
-0
/
+4
*
Cleaned up device and sound interfaces to match the CPU
Aaron Giles
2008-12-19
1
-0
/
+5
*
Further debugger cleanup. Symbol tables now have a global ref
Aaron Giles
2008-11-22
1
-9
/
+23
*
Debugger interfaces cleanup. Still more to do but this compiles and
Aaron Giles
2008-11-21
1
-6
/
+9
*
CPUs, sound chips, devices, and ROM-regions which are specified by devices
Aaron Giles
2008-09-08
1
-1
/
+1
*
Fix GCC warning.
R. Belmont
2008-08-07
1
-1
/
+1
*
Cleanups and version bump.
mame0126u4
Aaron Giles
2008-08-07
1
-4
/
+4
*
Added expression validation callback to verify names for CPUs and
Aaron Giles
2008-08-07
1
-24
/
+42
*
Added word alternates for operators in expressions:
Aaron Giles
2008-08-07
1
-1
/
+41
*
Cleanups/version bump.
mame0126u3
Aaron Giles
2008-07-31
1
-5
/
+5
*
Changed symbol table reference parameters to void * from UINT32.
Aaron Giles
2008-07-31
1
-3
/
+3
*
Changed space character for memory regions from re'g'ion to 'm'emory_region.
Aaron Giles
2008-07-29
1
-1
/
+1
*
Region classes go bye-bye.
Aaron Giles
2008-07-28
1
-8
/
+2
*
Changed the way memory regions are referenced. Instead of a single
Aaron Giles
2008-07-28
1
-53
/
+107
*
Cleanups.
Aaron Giles
2008-07-17
1
-3
/
+3
*
Changed direct access EEPROM interface to return the "bus width" of the
Aaron Giles
2008-07-17
1
-65
/
+116
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
[next]