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
/
machine.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
put debug_view back in machine due to issues with QT (nw)
Miodrag Milanovic
2016-01-12
1
-0
/
+3
*
created debugger_manager, now this one owns debug_view_manager (nw)
Miodrag Milanovic
2016-01-12
1
-4
/
+3
*
modernize rom_load_manager (nw)
Miodrag Milanovic
2016-01-11
1
-17
/
+18
*
image_manager modernized and move some things around (nw)
Miodrag Milanovic
2016-01-11
1
-0
/
+3
*
modernized crosshair_manager (nw)
Miodrag Milanovic
2016-01-11
1
-0
/
+3
*
Merge pull request #561 from ajrhacker/strings
Miodrag Milanović
2016-01-11
1
-3
/
+2
|
\
|
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
1
-3
/
+2
*
|
modernized ui_input_manager (nw)
Miodrag Milanovic
2016-01-10
1
-2
/
+3
*
|
modernize output_manager (nw)
Miodrag Milanovic
2016-01-10
1
-0
/
+3
*
|
modernized configuration_manager (nw)
Miodrag Milanovic
2016-01-10
1
-1
/
+5
|
/
*
modernized bookkeeping manager (nw)
Miodrag Milanovic
2016-01-10
1
-2
/
+3
*
modernized network_manager (nw)
Miodrag Milanovic
2016-01-10
1
-0
/
+3
*
removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ...
Miodrag Milanovic
2015-12-17
1
-7
/
+0
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-2
/
+2
*
Initial conversion of core to C++14. Note that compilers are now limited to G...
Miodrag Milanovic
2015-12-03
1
-27
/
+19
*
removed old code part (nw)
Miodrag Milanovic
2015-11-18
1
-3
/
+0
*
Some cleanups and init fixes with help of ReSharper C++ (nw)
Miodrag Milanovic
2015-11-11
1
-2
/
+1
*
Some errors pointed by ReSharperC++ (nw)
Miodrag Milanovic
2015-11-07
1
-2
/
+0
*
making logerror part of machine and device classes [Miodrag Milanovic]
Miodrag Milanovic
2015-11-01
1
-3
/
+5
*
champbas.c driver needs cleanup, i'll continue on that if i can sort out MCU ...
hap
2015-10-26
1
-0
/
+1
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-5
/
+5
*
removed bool conversion and implicit empty check (nw)
Miodrag Milanovic
2015-04-19
1
-1
/
+1
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-1
/
+1
*
core: Add per-game parameters [O. Galibert]
Olivier Galibert
2015-01-25
1
-0
/
+2
*
Changed osd_font to struct osd_font and removed unnecessary osdepend.h
couriersud
2015-01-17
1
-2
/
+3
*
-Created machine_manager as singleton class that contains (for now) one runni...
Miodrag Milanovic
2014-06-06
1
-5
/
+4
*
-Made osd_interface base class for OSD and moved initialization for each subs...
Miodrag Milanovic
2014-04-25
1
-5
/
+1
*
Some more core cleanup (nw)
Miodrag Milanovic
2014-04-22
1
-11
/
+0
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-13
/
+0
*
Small core cleanup (nw)
Miodrag Milanovic
2014-04-15
1
-1
/
+0
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-1
/
+1
*
device_gfx_interface [Alex Jackson]
Alex W. Jackson
2014-04-05
1
-3
/
+0
*
Move destructor definitions out of header files included by emu.h; clean some...
Alex W. Jackson
2014-03-27
1
-3
/
+0
*
primary_screen -> first_screen() (nw)
Miodrag Milanovic
2014-03-15
1
-0
/
+2
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-10
/
+9
*
Huge update, palette is now device (nw)
Miodrag Milanovic
2014-02-27
1
-8
/
+0
*
rest of ATTR_PRINTF review (nw)
Oliver Stöneberg
2014-02-25
1
-1
/
+1
*
Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M...
Miodrag Milanovic
2014-02-16
1
-1
/
+0
*
Let running_machine handle nvram save/load (nw)
Miodrag Milanovic
2014-02-02
1
-0
/
+4
*
Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention...
Nathan Woods
2014-01-29
1
-0
/
+3
*
Unglamorous changes from my UI rewrite
Jürgen Buchmüller
2014-01-17
1
-0
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Fix long-standing architectural wart: the priority bitmap is no longer owned
Aaron Giles
2013-07-26
1
-1
/
+0
*
emuopts.c: Added a new option -statename which allows to specify the location...
Fabio Priuli
2013-05-28
1
-0
/
+1
*
Cleanups and version bump
mame0148u5
Miodrag Milanovic
2013-05-20
1
-3
/
+3
*
Adds statesave (ss) & stateload (sl) commands to the debugger. [Andrew Gardner]
Andrew Gardner
2013-05-14
1
-0
/
+4
*
LUA 5.2.2 added to libraries, did basic hookup of LUA VM into running machine...
Miodrag Milanovic
2013-05-09
1
-0
/
+1
*
Autoboot command support added [Ben Geeves,Miodrag Milanovic]
Miodrag Milanovic
2013-05-06
1
-0
/
+3
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-100
/
+100
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-5
/
+5
[prev]
[next]