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
*
Fix merge errors and update new/changed drivers to latest APIs.
Aaron Giles
2021-09-10
1
-1
/
+1
*
Merge branch 'master' into time-experiments2
Aaron Giles
2021-09-10
1
-7
/
+7
|
\
|
*
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Vas Crabb
2021-08-22
1
-8
/
+8
*
|
Switch to using an exception to escape the inner timeslice loop. Clean up som...
Aaron Giles
2021-08-30
1
-70
/
+62
*
|
Add working support for mid-timeslice saves/loads from the debugger.
Aaron Giles
2021-08-23
1
-65
/
+56
*
|
Fix state loading from the command line
Aaron Giles
2021-08-23
1
-2
/
+3
*
|
Clean up save state handling. Timers are now restored in proper order. Mid-ti...
Aaron Giles
2021-08-22
1
-1
/
+1
*
|
Better fix for wavwrite length.
Aaron Giles
2021-06-07
1
-0
/
+1
*
|
Add back the final snapshot after seconds-to-run. Add logic to nail the sound...
Aaron Giles
2021-06-07
1
-2
/
+6
*
|
Merge branch 'master' into time-experiments2
Aaron Giles
2021-06-04
1
-60
/
+7
|
\
|
|
*
emu/machine.cpp: Get rid of the dummy space device.
Vas Crabb
2021-05-05
1
-60
/
+7
*
|
Clean up debug_flags access.
Aaron Giles
2021-04-24
1
-2
/
+2
*
|
You know, if I'm nice enough to give you an accessor, please use it.
Aaron Giles
2021-04-24
1
-4
/
+4
*
|
Save states working again. Changed to save persistent timers directly, using ...
Aaron Giles
2021-04-13
1
-1
/
+1
*
|
Moved 'seconds_to_run' functionality to core machine. Consolidated logic for ...
Aaron Giles
2021-04-12
1
-121
/
+53
*
|
Merge branch 'master' into time-experiments2
Aaron Giles
2021-04-08
1
-15
/
+4
|
\
|
|
*
Allow breaking into main menu before the machine fully starts (i.e. just befo...
AJR
2021-04-09
1
-2
/
+2
|
*
options: simplified the statename/snapname logic for naming after image devic...
etabeta
2021-04-04
1
-13
/
+2
*
|
Rename raw_subseconds() to frac(). Create initial cut at new attotime impleme...
Aaron Giles
2021-04-04
1
-1
/
+1
*
|
Switch out attoseconds in favor of more abstract subseconds. Update everyone ...
Aaron Giles
2021-04-02
1
-4
/
+4
*
|
Reorganized diexec fields to be more optimal. Moved execution and suspend log...
Aaron Giles
2021-03-30
1
-16
/
+10
*
|
Added stricter checks on allocation of device timers. Fixed several places th...
Aaron Giles
2021-03-27
1
-3
/
+2
*
|
Split timeslice() into debugging and non-debugging versions to save a compare...
Aaron Giles
2021-03-19
1
-4
/
+8
|
/
*
Much more core std::string_view modernization
AJR
2021-01-20
1
-0
/
+1
*
natkeyboard: Remove from ioport_manager
AJR
2020-12-26
1
-0
/
+4
*
More Lua interface cleanup - it's simpler with cleaner underlyng APIs.
Vas Crabb
2020-12-27
1
-0
/
+4
*
Fairly significant overhaul of Lua engine and some cleanup.
Vas Crabb
2020-11-25
1
-12
/
+12
*
emu/machine.cpp: Get rid of remaining make_unique_clear on 'manager' objects.
Vas Crabb
2020-09-30
1
-3
/
+3
*
emu: correct some file headers (nw)
hap
2020-06-19
1
-1
/
+1
*
recording: fix frame sync regression (nw)
hap
2020-06-19
1
-1
/
+1
*
finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw)
Ivan Vangelista
2020-06-18
1
-2
/
+2
*
dinvram: rename pre write/save to can write/save (nw)
hap
2020-06-11
1
-1
/
+1
*
nvram: don't save 0byte file (nw)
hap
2020-06-09
1
-4
/
+7
*
Debugger - add `-debuglog` option to log debug console output to file
Stephen Oberholtzer
2020-05-07
1
-1
/
+9
*
Refactoring of AVI/MNG recording code (#6537)
npwoods
2020-04-22
1
-2
/
+2
*
fixed some clang-tidy warnings (nw) (#6236)
Oliver Stöneberg
2020-01-30
1
-1
/
+1
*
fixed some clang-tidy warnings (nw) (#6229)
Oliver Stöneberg
2020-01-29
1
-2
/
+2
*
Merge pull request #6195 from firewave/includes
R. Belmont
2020-01-22
1
-1
/
+1
|
\
|
*
use C++ library includes (nw)
firewave
2020-01-22
1
-1
/
+1
*
|
fixed some clang-tidy warnings (nw) (#6197)
Oliver Stöneberg
2020-01-22
1
-2
/
+2
|
/
*
Save states should not be break when changing output. Also get rid of a few ...
Vas Crabb
2019-12-13
1
-2
/
+2
*
save/restore otuput values in save states
Vas Crabb
2019-12-13
1
-0
/
+5
*
Spring cleaning:
Vas Crabb
2019-11-01
1
-1
/
+1
*
Fix AVI framerate
feos
2019-10-03
1
-0
/
+9
*
(nw) get rid of the rest of assert_always - it's better to be explicit about ...
Vas Crabb
2019-09-20
1
-5
/
+8
*
Remove tilemap.h from emu.h (nw)
AJR
2019-08-21
1
-0
/
+1
*
Miscellaneous LUA functionality
npwoods
2019-08-18
1
-0
/
+1
*
Fix build in newer Emscripten versions (nw)
Justin Kerk
2019-08-08
1
-4
/
+4
*
Defaulting to empty search path if null
npwoods
2019-06-16
1
-1
/
+1
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-1
/
+1
[next]