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
*
Try to fix the build once again (nw)
AJR
2018-05-20
1
-1
/
+1
*
Well, that was a bad typo (nw)
AJR
2018-05-20
1
-2
/
+2
*
machine().device(tag) is now deprecated (nw)
AJR
2018-05-20
1
-2
/
+2
*
Eliminate vestigial member that was behind machine().first_screen() (nw)
AJR
2018-03-21
1
-3
/
+0
*
Remove first_screen(), nw
Ryan Holtz
2018-03-11
1
-1
/
+0
*
deprecate first_screen - there's been plenty of warning
Vas Crabb
2018-03-04
1
-4
/
+4
*
Grammar police (nw)
Olivier Galibert
2018-02-24
1
-13
/
+13
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
1
-0
/
+1
*
Eliminate machine().firstcpu (nw)
AJR
2018-01-04
1
-3
/
+0
*
rewind implementation fixes and improvements
vadosnaprimer
2017-12-22
1
-2
/
+2
*
Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
Firehawke
2017-12-13
1
-0
/
+5
*
Revert "Merge branch 'master' of https://github.com/mamedev/mame"
Firehawke
2017-12-13
1
-5
/
+0
*
Rewind feature and RAM savestates.
vadosnaprimer
2017-12-06
1
-0
/
+5
*
Fixed MameTesters bug #6621
Nathan Woods
2017-08-19
1
-1
/
+1
*
Export soft_reset, hard_reset, exit, load, and save functions for Emscripten ...
James Baicoianu
2017-07-15
1
-0
/
+6
*
Fix save/load states in Emscripten build (#2470)
James Baicoianu
2017-07-15
1
-0
/
+11
*
Make machine().describe_context() a const function returning a std::string (nw)
AJR
2017-07-13
1
-2
/
+1
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
1
-1
/
+1
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-1
/
+1
*
general cleanup:
Vas Crabb
2017-05-23
1
-39
/
+16
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-3
/
+3
*
Refactoring/cleanup to state load/save handling
Nathan Woods
2017-05-10
1
-8
/
+8
*
disable: Better interface (nw)
Olivier Galibert
2017-03-26
1
-4
/
+8
*
debugger_access: Refactor [O. Galibert]
Olivier Galibert
2017-03-02
1
-0
/
+28
*
Added initial HTTP/HTTPS webserver/websocket server support (nw)
Miodrag Milanovic
2017-01-04
1
-0
/
+1
*
Revert "moved debugger_access() from address space to machine & removed the a...
Vas Crabb
2016-11-21
1
-1
/
+0
*
moved debugger_access() from address space to machine & removed the anti-patt...
smf-
2016-11-19
1
-0
/
+1
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-18
/
+18
*
Moved device_memory_interface from driver_device to dummy_space_device. Expos...
smf-
2016-11-03
1
-0
/
+31
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-14
/
+14
*
Soft resets no longer turn back clocks on devices
AJR
2016-10-09
1
-0
/
+2
*
Introduced running_machine::compose_saveload_filename() function to convert a...
Nathan Woods
2016-07-10
1
-0
/
+1
*
More efficient device error logging
AJR
2016-06-20
1
-8
/
+4
*
Fix build on MSVC thanks to Rene, also fix debug_break crashes
therealmogminer@gmail.com
2016-06-08
1
-0
/
+1
*
Major refactoring of debugger core [Ryan Holtz]
therealmogminer@gmail.com
2016-06-08
1
-7
/
+5
*
remove legacy calls (nw)
Miodrag Milanovic
2016-05-01
1
-18
/
+0
*
Make watchdog timer a separate device
AJR
2016-04-30
1
-0
/
+6
*
Cleanups and version bump
mame0173
Miodrag Milanovic
2016-04-27
1
-1
/
+1
*
Merge remote-tracking branch 'upstream/master' into firstrun
AJR
2016-04-25
1
-2
/
+2
|
\
|
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-2
/
+2
*
|
Machine management cleanups
AJR
2016-04-25
1
-1
/
+1
|
/
*
Split UI and frontend part from core [Miodrag Milanovic]
Miodrag Milanovic
2016-04-23
1
-17
/
+1
*
remove ui/ui.h dependency from emu.h (for couriersud)
Vas Crabb
2016-04-10
1
-0
/
+53
*
Cleanups and version bump
Miodrag Milanovic
2016-03-30
1
-1
/
+1
*
Add ability for notifiers to add at front, fix for hiscore [Carl]
Miodrag Milanovic
2016-03-29
1
-1
/
+1
*
* Support *n conversion in stream_format/string_format
Vas Crabb
2016-03-01
1
-3
/
+11
*
Initial import of MEWUI to MAME [Dankan1890]
Dankan1890
2016-02-04
1
-2
/
+10
*
Cleanups and version bump
mame0170
Miodrag Milanovic
2016-01-27
1
-5
/
+5
*
reverting:
Miodrag Milanovic
2016-01-20
1
-4
/
+4
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-4
/
+4
[next]