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
/
debug
/
express.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
debug/express.cpp: Use std::deque for token stack (nw)
AJR
2018-07-26
1
-4
/
+2
*
Grammar police (nw)
Olivier Galibert
2018-02-24
1
-2
/
+2
*
(nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get
Vas Crabb
2017-12-01
1
-7
/
+6
*
general cleanup:
Vas Crabb
2017-05-23
1
-9
/
+5
*
disable: reverse polarity (nw)
Olivier Galibert
2017-03-26
1
-6
/
+6
*
debugger_access: Refactor [O. Galibert]
Olivier Galibert
2017-03-02
1
-7
/
+11
*
Fix OS X build (nw)
AJR
2017-02-11
1
-0
/
+2
*
Remove emu.h from headers (nw)
Olivier Galibert
2017-02-11
1
-1
/
+0
*
srcclean (nw)
Vas Crabb
2017-01-22
1
-1
/
+1
*
Created a new debugger command 'tracesym'
Nathan Woods
2017-01-15
1
-2
/
+4
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-28
/
+28
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-28
/
+28
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-1
/
+1
*
tagged_list to unordered_map for debugger (nw)
Miodrag Milanovic
2016-06-18
1
-4
/
+4
*
Major refactoring of debugger core [Ryan Holtz]
therealmogminer@gmail.com
2016-06-08
1
-6
/
+8
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-1
/
+1
*
Avoid auto return types; silence some unused variable warnings (nw)
AJR
2016-03-31
1
-1
/
+1
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-1
/
+1
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-5
/
+5
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-3
/
+3
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-4
/
+4
*
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
-43
/
+43
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-7
/
+7
*
Move generic templates from emucore.h to emutempl.h.
Aaron Giles
2011-02-07
1
-1
/
+1
*
Cleanup & version bump.
mame0140u1
Aaron Giles
2010-11-08
1
-19
/
+19
*
Fix issues with setting condition expressions on break/watchpoints.
Aaron Giles
2010-11-08
1
-0
/
+1
*
Converted the expression engine to C++, did the usual cleanup.
Aaron Giles
2010-11-01
1
-150
/
+369
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-0
/
+1
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-1
/
+1
*
Exposed an address space for EEPROM devices. This has several
Aaron Giles
2009-12-28
1
-2
/
+1
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-5
/
+5
*
Memory references can now explicitly specify logical or physical access
Aaron Giles
2009-10-01
1
-7
/
+12
*
Further debugger cleanup. Symbol tables now have a global ref
Aaron Giles
2008-11-22
1
-10
/
+12
*
Debugger interfaces cleanup. Still more to do but this compiles and
Aaron Giles
2008-11-21
1
-5
/
+5
*
Added expression validation callback to verify names for CPUs and
Aaron Giles
2008-08-07
1
-4
/
+15
*
Changed symbol table reference parameters to void * from UINT32.
Aaron Giles
2008-07-31
1
-6
/
+6
*
Region classes go bye-bye.
Aaron Giles
2008-07-28
1
-4
/
+1
*
Changed the way memory regions are referenced. Instead of a single
Aaron Giles
2008-07-28
1
-2
/
+2
*
Changed direct access EEPROM interface to return the "bus width" of the
Aaron Giles
2008-07-17
1
-21
/
+39
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+160