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
/
machine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed issue with the Emscripten port where the emulation would continue to ru...
Justin Kerk
2017-05-03
1
-0
/
+5
*
Refactored HTTP handling to be easier to extend and use (nw)
Miodrag Milanovic
2017-03-19
1
-6
/
+7
*
debugger_access: Refactor [O. Galibert]
Olivier Galibert
2017-03-02
1
-0
/
+1
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+1
*
Update machine.cpp
PugsyMAME
2017-02-25
1
-0
/
+1
*
srcclean (nw)
Vas Crabb
2017-01-22
1
-2
/
+2
*
Fix issue enabling/disabling http (nw)
Miodrag Milanovic
2017-01-04
1
-0
/
+2
*
One more fix (nw)
Miodrag Milanovic
2017-01-04
1
-1
/
+1
*
Added initial HTTP/HTTPS webserver/websocket server support (nw)
Miodrag Milanovic
2017-01-04
1
-1
/
+29
*
Revert "moved debugger_access() from address space to machine & removed the a...
Vas Crabb
2016-11-21
1
-10
/
+0
*
moved debugger_access() from address space to machine & removed the anti-patt...
smf-
2016-11-19
1
-0
/
+10
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-4
/
+4
*
machine: don't do the periodic_check before every timeslice (nw)
cracyc
2016-11-17
1
-3
/
+0
*
Do not use FUNC in delegate where applicable (nw)
Miodrag Milanovic
2016-11-06
1
-2
/
+2
*
Moved device_memory_interface from driver_device to dummy_space_device. Expos...
smf-
2016-11-03
1
-1
/
+48
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-3
/
+3
*
Soft resets no longer turn back clocks on devices
AJR
2016-10-09
1
-2
/
+25
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-1
/
+1
*
Introduced running_machine::compose_saveload_filename() function to convert a...
Nathan Woods
2016-07-10
1
-7
/
+28
*
Incorporated cleanups requested by Vas Crabb
Nathan Woods
2016-06-24
1
-1
/
+1
*
C++-ified osd_directory (now osd::directory), and added last_modified to osd:...
Nathan Woods
2016-06-24
1
-1
/
+1
*
"game" ==> "machine"
Nathan Woods
2016-06-23
1
-2
/
+2
*
More efficient device error logging
AJR
2016-06-20
1
-0
/
+13
*
remove all usages of tagmap
Miodrag Milanovic
2016-06-18
1
-2
/
+2
*
Fix build on MSVC thanks to Rene, also fix debug_break crashes
therealmogminer@gmail.com
2016-06-08
1
-0
/
+11
*
Major refactoring of debugger core [Ryan Holtz]
therealmogminer@gmail.com
2016-06-08
1
-8
/
+9
*
Ioport refactoring and cleanups (nw)
AJR
2016-05-18
1
-1
/
+1
*
Move slider_state and ui_menu_item into src/frontend/mame, nw
therealmogminer@gmail.com
2016-05-16
1
-0
/
+1
*
remove legacy calls (nw)
Miodrag Milanovic
2016-05-01
1
-101
/
+0
*
Make watchdog timer a separate device
AJR
2016-04-30
1
-0
/
+12
*
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
-1
/
+2
|
\
|
*
Fixed cheat issue (nw)
Miodrag Milanovic
2016-04-25
1
-1
/
+2
*
|
Machine management cleanups
AJR
2016-04-25
1
-3
/
+5
|
/
*
Split UI and frontend part from core [Miodrag Milanovic]
Miodrag Milanovic
2016-04-23
1
-50
/
+10
*
Iterate over devices C++11 style
AJR
2016-04-18
1
-37
/
+29
*
whoops, that's not a format string
Vas Crabb
2016-04-10
1
-1
/
+1
*
remove ui/ui.h dependency from emu.h (for couriersud)
Vas Crabb
2016-04-10
1
-0
/
+18
*
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
-2
/
+5
*
removed disclaimer since it was not shown anyway and it is known fact (nw)
Miodrag Milanovic
2016-03-28
1
-1
/
+1
*
removed double string in some instances of "Fatal error: Error: x"
hap
2016-03-20
1
-2
/
+2
*
Fix creation of paths on POSIX
Vas Crabb
2016-03-19
1
-57
/
+57
*
Fix logerror
Vas Crabb
2016-03-19
1
-1
/
+1
*
* Remove confusing method from vectorstreams that hide base_ios method (fixes...
Vas Crabb
2016-03-18
1
-1
/
+1
*
Make osd_file a polymorphic class that's held with smart pointers
Vas Crabb
2016-03-14
1
-7
/
+7
*
Don't need to call FlushFileBuffers (it's equivalent to fsync, not fflush)
Vas Crabb
2016-03-11
1
-2
/
+1
*
commented out regression slow error.log on Windows
hap
2016-03-11
1
-1
/
+3
*
Fix some oversights in previous changes, sorry guys'n'gals
Vas Crabb
2016-03-03
1
-1
/
+1
*
Let's attack core_i64_format, too. This cleans up abuse of static buffers in...
Vas Crabb
2016-03-01
1
-1
/
+1
[prev]
[next]