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
*
mcs51: implement serial input/output as bit stream (#11190)
Patrick Mackinlay
2023-05-08
2
-40
/
+10
*
hrdvd: Make the initial dvdrom test pass
Olivier Galibert
2023-05-05
2
-5
/
+34
*
csplayh5: rename to hrdvd (High Rate DVD)
Olivier Galibert
2023-05-05
1
-1
/
+1
*
chd: Add dvd support. better abstraction in general, multi-image support in a...
Olivier Galibert
2023-05-04
20
-235
/
+156
*
machine/mpc106.cpp: properly endian-swap PPC/PCI transactions, support LE PPC...
arbee
2023-04-29
2
-17
/
+86
*
video/vrender0.cpp: More accurate VRender0 pipeline inner workings (#11057)
Angelo Salese
2023-04-27
1
-3
/
+5
*
mpc106: map RAM and ROM into PCI memory space for PCI DMA. [R. Belmont]
arbee
2023-04-25
2
-3
/
+27
*
machine/t10mmc.cpp: track command 48h just plays track when TNO start == TNO ...
Angelo Salese
2023-04-25
1
-5
/
+16
*
wicat: Add MCU dump and LLE of keyboard; update layout to include keyboard LE...
AJR
2023-04-22
4
-16
/
+395
*
srcclean in preparation for release
Vas Crabb
2023-04-23
1
-1
/
+1
*
mc88200: fix cache endianness bugs
Patrick Mackinlay
2023-04-21
2
-184
/
+230
*
namco/namcos10.cpp: Added CD-ROM drive support and I/O for Taiko games. (#11131)
987123879113
2023-04-21
2
-1
/
+68
*
mb87030: fix hp98265a diagnostic error
Patrick Mackinlay
2023-04-19
1
-3
/
+4
*
wd_fdc: IRQ/DRQ corrections
AJR
2023-04-16
1
-9
/
+2
*
wd_fdc: Drop DRQ when ending a normal command or starting a "Force Interrupt"...
AJR
2023-04-16
1
-1
/
+9
*
i8257: Minor logging improvement
AJR
2023-04-16
1
-2
/
+2
*
bus/nscsi/cd.cpp: Implemented basic CDDA support. (#11097)
987123879113
2023-04-16
1
-2
/
+2
*
Add device emulation of Dallas DS2430A 1-Wire EEPROM
AJR
2023-04-11
2
-0
/
+830
*
swim1: Disable logging by default
AJR
2023-04-11
1
-17
/
+20
*
Cleaned up some recent changes.
Vas Crabb
2023-04-12
2
-38
/
+41
*
mv6436x: Memory mapping
Dirk Best
2023-04-09
4
-63
/
+1308
*
lw700i: connect fdc and floppy drive, don't work yet because of dma
cracyc
2023-04-08
2
-1
/
+14
*
brother/lw350.cpp: Added driver for Brother LW-350,LW-450 word processor. (#1...
cracyc
2023-04-08
2
-0
/
+188
*
Restored ability of for image devices to report specific error messages.
Vas Crabb
2023-04-08
10
-45
/
+45
*
-Improved some Lua APIs:
Vas Crabb
2023-04-07
3
-4
/
+3
*
mb87030: improve arbitration/selection handling
Patrick Mackinlay
2023-04-06
2
-41
/
+76
*
video/huc6272.cpp: modernize handler interface (#11077)
Angelo Salese
2023-04-06
1
-1
/
+2
*
mb89352: retire legacy scsi device
Patrick Mackinlay
2023-04-05
2
-755
/
+0
*
mb87030: add mb89351/2 variants
Patrick Mackinlay
2023-04-05
2
-28
/
+127
*
tmp68301: Reimplement in the new68k framework. The timers are not yet implem...
Olivier Galibert
2023-04-04
3
-481
/
+12
*
Small fixes and cleanup:
Vas Crabb
2023-04-04
1
-3
/
+3
*
pegasos2: Initial devices for MV64361 and VT8231
Dirk Best
2023-04-03
4
-0
/
+585
*
leapfrog: Less redundancy in source file names.
Vas Crabb
2023-04-02
1
-2
/
+2
*
emu/rgbvmx.h: Fixed some corner cases (fixes GitHub #11051).
Vas Crabb
2023-04-01
2
-3
/
+3
*
misc/crystal.cpp: Removed hacks: (#11054)
David Haywood
2023-04-01
2
-51
/
+0
*
namcos10: Refactored driver, and implemented MEM(M) and MEM(N) boards. (#11053)
987123879113
2023-04-01
6
-662
/
+859
*
z80scc: Make receive error logging conditional
AJR
2023-03-30
1
-1
/
+1
*
swim2.cpp: Put U suffix in proper place for LOG_xxx constant macros
AJR
2023-03-30
1
-2
/
+2
*
API change for device_image_interface
AJR
2023-03-30
10
-60
/
+58
*
machine/wd_fdc.cpp: Don’t clear DRQ on LDB/INTR, and fix spurious READ TRA...
tim lindner
2023-03-31
2
-61
/
+50
*
cpu/nec: Fixed build; also, srcclean
Vas Crabb
2023-03-26
5
-15
/
+15
*
abc806: Fix UFD-DOS boot RTC readout. [Curt Coder]
Curt Coder
2023-03-25
1
-1
/
+1
*
New systems marked not working
Nigel Barnes
2023-03-25
4
-0
/
+1630
*
mc146818: add ds1397 variant
Patrick Mackinlay
2023-03-24
2
-0
/
+54
*
mc88200: invalidate colliding block address translation cache entries
Patrick Mackinlay
2023-03-24
1
-0
/
+12
*
mpc106: use swapendian_int32. [R. Belmont]
arbee
2023-03-23
1
-15
/
+4
*
Various devices: Correct placement of U integer suffix in definitions of shif...
AJR
2023-03-23
5
-29
/
+29
*
pci.cpp: add new config read/write functions to support bridges that allow so...
arbee
2023-03-22
2
-0
/
+34
*
mc88200: implement mbus error logic
Patrick Mackinlay
2023-03-22
2
-102
/
+137
*
Various devices: Correct placement of U integer suffix in definitions of shif...
AJR
2023-03-21
4
-12
/
+12
[next]