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
/
devices
/
machine
Commit message (
Expand
)
Author
Age
Files
Lines
*
tms9914: simplify handling of CIDS state (nw)
fulivi
2020-04-28
1
-2
/
+2
*
misc demacroization (nw)
Ivan Vangelista
2020-04-27
4
-20
/
+20
*
Heavily improved emulation of GRiD Compass 1101 (#6599)
usernameak
2020-04-26
3
-9
/
+12
*
tms9914: added SR & PP FSMs, typo fixed
fulivi
2020-04-26
2
-22
/
+121
*
srcclean and manual cleanup (nw)
Vas Crabb
2020-04-26
4
-101
/
+101
*
appease vs2019_clang with llvm 10.0
smf-
2020-04-25
1
-3
/
+3
*
stvcd.cpp: move note on top, make some basic QA (nw)
angelosa
2020-04-25
1
-4
/
+17
*
upd765: bah (nw)
Patrick Mackinlay
2020-04-24
1
-1
/
+1
*
upd765: partially revert dma change (nw)
Patrick Mackinlay
2020-04-24
1
-2
/
+2
*
fixes for clang 10.0.0 misleading indentation and xor used as a pow warnings ...
smf-
2020-04-23
1
-1
/
+1
*
se3208: Use callbacks for interrupt acknowledgment (nw)
AJR
2020-04-22
2
-2
/
+2
*
Device-fied TC0090LVC for taito_l.cpp implementation (#6572)
cam900
2020-04-22
2
-71
/
+260
*
comment out debug code (nw)
smf-
2020-04-22
1
-1
/
+1
*
New Working machines
smf-
2020-04-22
1
-0
/
+18
*
m68000: Don't iterate to save arrays; eliiminate legacy prepost registration ...
AJR
2020-04-22
1
-1
/
+0
*
stvcd.cpp: second cleanup pass: move communication interface to device_memory...
angelosa
2020-04-19
3
-483
/
+401
*
netlist: rename some camel case names. (nw)
couriersud
2020-04-19
1
-4
/
+4
*
Plug and Play work (#6568)
David Haywood
2020-04-19
1
-15
/
+92
*
genpc.cpp: Fix faulty EOP propagation that broke floppy disk loading (nw)
AJR
2020-04-19
1
-1
/
+1
*
stvcd.cpp: first cleanup pass: move all commands into functions (nw)
angelosa
2020-04-18
2
-1083
/
+1276
*
netlist: nltool usage and static compile changes. [Couriersud]
couriersud
2020-04-18
1
-0
/
+8
*
z80scc: test the correct bit (nw)
Patrick Mackinlay
2020-04-17
1
-1
/
+1
*
upd765: dma fixes (nw)
Patrick Mackinlay
2020-04-16
1
-3
/
+3
*
akiko.cpp: Eliminate deprecated machine().device calls (nw)
AJR
2020-04-15
2
-14
/
+8
*
bq48xx: Adding Benchmarq RTC chip emulations.
Michael Zapf
2020-04-14
4
-0
/
+1324
*
am9517a: Assert EOP during rather than after final DMA transfer
AJR
2020-04-13
1
-11
/
+24
*
netlist: improve performance up to 65% on audio netlists. [Couriersud]
couriersud
2020-04-13
1
-3
/
+5
*
scn_pci.cpp: Note on emulation (nw)
AJR
2020-04-13
1
-0
/
+4
*
With permission from Dirk Best, apply 3-clause BSD license to common devices ...
Vas Crabb
2020-04-13
12
-12
/
+12
*
mos6551: Clear IRQ state upon hardware reset
AJR
2020-04-10
1
-11
/
+11
*
rtc65271: Use existing interrupt flag for intrq_r. (nw)
Michael Zapf
2020-04-10
2
-7
/
+1
*
netlist: Reduce memory allocation calls in non-core code. (nw)
couriersud
2020-04-10
1
-5
/
+5
*
wd37c65c: Note on map use (nw)
AJR
2020-04-08
1
-0
/
+3
*
clxvme186: Add RTC device (nw)
AJR
2020-04-07
2
-4
/
+33
*
m3002: New device
AJR
2020-04-07
2
-0
/
+591
*
pla: allow reparsing after device started (nw)
hap
2020-04-07
2
-7
/
+17
*
Collapse pc_fdc device hierarchy (nw)
AJR
2020-04-07
4
-75
/
+13
*
Reduce dependencies on pc_fdc_interface and machine/pc_fdc.h (nw)
AJR
2020-04-07
2
-2
/
+2
*
misc fixes for bugs that showed up in devnoclear debug builds (nw)
Ivan Vangelista
2020-04-07
2
-0
/
+2
*
pci.cpp: fixed 'Fatal error: install_ram_generic: In range cdcdcdcc-9b9b9b98 ...
Ivan Vangelista
2020-04-06
1
-4
/
+3
*
Changed output to deliver either 0 or 1, not -1. (nw)
Michael Zapf
2020-04-06
1
-4
/
+4
*
Add intrq_r method to query interrupt state. (nw)
Michael Zapf
2020-04-06
2
-2
/
+15
*
Fixed state machine and made TC signal asynchronous.
Michael Zapf
2020-04-06
2
-17
/
+34
*
Add octal registered transceiver 74543
Michael Zapf
2020-04-06
2
-0
/
+244
*
i386/i8087: add alias for fstp st(i)
cracyc
2020-04-05
1
-0
/
+1
*
Merge tag 'mame0220' into mainline-master
Vas Crabb
2020-04-06
2
-11
/
+10
|
\
|
*
more random cleanup (nw)
Vas Crabb
2020-04-04
2
-11
/
+10
*
|
Machines promoted to working
Patrick Mackinlay
2020-04-05
1
-6
/
+14
*
|
icm7170: basic time keeping [R. Belmont]
arbee
2020-04-04
2
-1
/
+55
*
|
Split S-SMP and S-DSP implement in snes_snd.cpp (#6417)
cam900
2020-04-04
2
-0
/
+411
[next]