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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
devcpu: add retry_access with abort_timeslice for redoing the access at the s...
hap
2024-11-16
2
-13
/
+18
*
Revert "devcpu: do an abort_timeslice instead of eating all cycles on defer_a...
hap
2024-11-16
1
-1
/
+2
*
devcpu: do an abort_timeslice instead of eating all cycles on defer_access
hap
2024-11-16
1
-2
/
+1
*
diexec: don't eat negative cycles with abort_timeslice when icount<0
hap
2024-11-16
1
-10
/
+12
*
New working clones
Ivan Vangelista
2024-11-10
1
-0
/
+1
*
New working clones
Ivan Vangelista
2024-11-07
1
-0
/
+1
*
bookkeeping: don't increment coin counter at power-on when initial counter_w ...
hap
2024-10-31
2
-13
/
+43
*
emu/schedule.cpp: Mark one path as EXPECTED
AJR
2024-10-30
1
-1
/
+1
*
emu/input.cpp: Guard against automatic integer promotion on arithmetic.
Vas Crabb
2024-10-28
1
-49
/
+53
*
dirtc: Devirtualize set_current_time, cleaning up misuse
AJR
2024-10-25
1
-1
/
+1
*
Added a new modular JVS framework
smf-
2024-10-25
1
-0
/
+14
*
emu/ioport.h: Made syntax for configuring callbacks more consistent.
Vas Crabb
2024-10-18
1
-35
/
+28
*
hooked igs_m027_023vid.cpp to PGM video system (made 023 video a device) - ga...
mamehaze
2024-10-16
1
-0
/
+1
*
addrmap: Allow ioport finders in portr/w/rw
Olivier Galibert
2024-10-13
1
-0
/
+24
*
emu/ioport.cpp: Improved validation of DIP switch locations.
Vas Crabb
2024-10-05
3
-57
/
+70
*
ioport.h: Preemptive srcclean
AJR
2024-10-04
1
-1
/
+1
*
ioport: Add piano keyboard definitions and automatic names
Olivier Galibert
2024-10-04
2
-0
/
+125
*
-homebrew/linux4004.cpp: Emulated Linux/4004 board.
Vas Crabb
2024-10-04
2
-46
/
+20
*
emu/debug, osd/modules/debugger/qt: Clean up #includes a bit
AJR
2024-09-30
12
-15
/
+12
*
Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#...
holub
2024-09-27
7
-16
/
+16
*
-emu/render.cpp: Always translate coordinates if container is found (fixes Gi...
Vas Crabb
2024-09-27
1
-14
/
+7
*
emu/diserial.cpp: Improved stop bit handling (fixes #12762). (#12770)
Colin Leroy-Mira
2024-09-23
2
-7
/
+19
*
srcclean in preparation for 0.270 release branch.
Vas Crabb
2024-09-22
1
-11
/
+11
*
igs/igs_m027xa.cpp: Hooked up proper inputs, lamps and layout for Triple Feve...
Vas Crabb
2024-09-20
2
-0
/
+2
*
diexec: Remove vestigial execute_burn override
AJR
2024-09-18
2
-13
/
+0
*
diexec: remove vestigal execute_input_lines()
hap
2024-09-18
2
-13
/
+0
*
emumem: add support for passing mem_mask parameter on 8-bit handlers
hap
2024-09-16
2
-1
/
+22
*
emu/ioport.h: Got rid of [DECLARE_]CUSTOM_INPUT_MEMBR - it's just obfuscation...
Vas Crabb
2024-09-16
1
-4
/
+0
*
natkeyboard.cpp: Convert more string posting methods to std::string_view
AJR
2024-09-14
2
-77
/
+49
*
-igs/igs_m027.cpp: Hooked up I/O for Fruit Paradise and added layout for (Oce...
Vas Crabb
2024-09-10
1
-5
/
+4
*
smc777: Correct master XTAL frequency; add undumped 8041A to configuration
AJR
2024-09-07
1
-1
/
+1
*
z80: use LOGMASKED instead of a macro for each log type,
hap
2024-09-02
1
-0
/
+1
*
xtal: small correction to indentation (IIRC srcclean in the past did that)
hap
2024-08-25
1
-11
/
+11
*
xtal: c++ style comments, remove list of xtals that could be purchased via di...
hap
2024-08-25
1
-822
/
+456
*
segas32: multi 32 master clock is 32MHz [Guru],
hap
2024-08-25
1
-1
/
+1
*
xtal: add 32.2159_MHz_XTAL
hap
2024-08-25
1
-1
/
+2
*
emu/debug/dvdisasm.cpp: Fixed bad display if view is scrolled horizontally. (...
dave-br
2024-08-24
2
-21
/
+23
*
memory_view: fix possible nullptr crash, add exists() getter
hap
2024-08-15
2
-12
/
+16
*
ioport: offset analog value by half a step because of rounding issue when cro...
hap
2024-07-29
1
-125
/
+126
*
Updated "CPU Tester" sample code so it will mostly build and work again.
Vas Crabb
2024-07-06
1
-40
/
+56
*
emu/rendersw.hxx: Don't use class template deduction with large initialiser l...
Vas Crabb
2024-07-04
1
-1
/
+4
*
emu/rendersw.hxx: Appease complilers that don't believe in constexpr trigonom...
Vas Crabb
2024-07-04
1
-2
/
+2
*
-machine/genpc.h: Connect iochrdy properly. Also don't forward the same thin...
Vas Crabb
2024-07-04
1
-11
/
+6
*
emupal: add decoder for xxxxxBBBxGGGxRRR format,
hap
2024-06-30
2
-0
/
+8
*
Cleaned up various stuff.
Vas Crabb
2024-06-30
2
-6
/
+8
*
rendersw: Generate cosine table at compile time (#12513)
FlykeSpice
2024-06-29
1
-7
/
+10
*
atlus/cave.cpp: used actual resonator valure for the Oki on donpachi and some...
Ivan Vangelista
2024-06-29
1
-0
/
+1
*
New systems marked not working
Ivan Vangelista
2024-06-24
1
-0
/
+1
*
devcpu: fix possible time travel issue in defer_access,
hap
2024-06-11
1
-1
/
+2
*
-gaelco/mastboy.cpp: Cleanups (#12457)
cam900
2024-06-10
2
-0
/
+8
[prev]
[next]