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
*
Tidied various things, added side effect checks for some reads.
Vas Crabb
2025-08-31
2
-0
/
+733
*
machine/i2cmem: fix #13998
angelosa
2025-08-30
1
-3
/
+7
*
intelfsh: Add SST_39SF020, fix sector size for SST_39SF0*0
Dirk Best
2025-08-26
2
-2
/
+13
*
Run srcclean across the tree.
Vas Crabb
2025-08-24
3
-10
/
+10
*
machine/6522via.cpp: RESET does not change T1 and T2 latches/counters and Shi...
Nigel Barnes
2025-08-22
1
-10
/
+5
*
Begin slotifying generic Keytronic serial keyboards [AJR]
AJR
2025-08-22
2
-386
/
+0
*
machine/mos6526: get rid of m_icr_read, fix cpm68k-amiga boot
angelosa
2025-08-22
2
-5
/
+6
*
generalplus_gpl16250_spi_direct.cpp.cpp - move a hack out of the core SoC han...
mamehaze
2025-08-21
1
-4
/
+0
*
machine/wd_fdc.cpp: Revert unnecessary part of previous commit
AJR
2025-08-16
1
-0
/
+1
*
machine/wd_fdc.cpp: Prevent INTRQ from being raised until last DRQ is service...
AJR
2025-08-16
1
-4
/
+15
*
machine/z8536: Fix counter/timer enable and interrupt error clear. [Curt Coder]
Curt Coder
2025-08-15
2
-47
/
+59
*
machine/z80dma: Implement BAO callback. [Curt Coder]
Curt Coder
2025-08-14
2
-4
/
+22
*
machine/z8536: Fixed reading from Port C nibble registers. [Curt Coder]
Curt Coder
2025-08-14
1
-0
/
+6
*
luxor/abc1600: Added default NVRAM to pass systest. [Curt Coder]
Curt Coder
2025-08-14
2
-7
/
+18
*
machine/wd7600.cpp: get rid of vestigial 1-filled ISA ROM region
angelosa
2025-08-13
2
-4
/
+1
*
machine/wd7600.h: change keyboard controller to PS/2
angelosa
2025-08-13
1
-1
/
+1
*
pc/teradrive.cpp: replace PC chipset with WD7600
angelosa
2025-08-13
1
-3
/
+3
*
mc68681: fix tx disable bug
Patrick Mackinlay
2025-08-12
2
-4
/
+13
*
macseconds: correct include order
hap
2025-08-01
1
-4
/
+3
*
(emu.h) sound: don't apply gain if value didn't change, also use u32 instead ...
hap
2025-08-01
1
-3
/
+3
*
k054321: reset m_active at device_reset
hap
2025-07-31
1
-0
/
+2
*
sega/megacd.cpp: delete valueless lc89510 device stub
angelosa
2025-07-27
2
-47
/
+0
*
srcclean and cleanup
Vas Crabb
2025-07-27
9
-145
/
+144
*
sinclair/sprinter.cpp: Optimized wait state handling for performance. (#13913)
holub
2025-07-25
1
-3
/
+3
*
Juicebox - allow loading of raw ROM dumps from Software List, add 6 new dumps...
mamehaze
2025-07-25
2
-6
/
+35
*
fz1 and clones: preliminary sound emulation, fz20m: fix SCSI hookup (#13967)
Devin Acker
2025-07-25
1
-1
/
+8
*
sinclair/specnext.cpp: Added extra memory read wait state at 28MHz (#13869)
holub
2025-07-20
2
-2
/
+8
*
votrax/votrtnt.cpp: Converted Votrax TNT to a device, and added to bus/rs232 ...
Nigel Barnes
2025-07-19
2
-0
/
+213
*
bq4847: Keep the battery valid flag on 1
Michael Zapf
2025-07-18
1
-2
/
+4
*
konami*: correction to device strings (Konami 0xxx instead of K0xxx)
hap
2025-07-17
4
-4
/
+4
*
sinclair/specnext_dma.cpp: Added prescaler register (#13958)
holub
2025-07-16
1
-1
/
+1
*
pluto6 devices: attempt to fix include guards
Ivan Vangelista
2025-07-13
3
-9
/
+9
*
Add support for Freescale mcf5206e peripherals for Pluto 6 emulation (#13261)
Naoki Saito
2025-07-13
10
-1207
/
+1255
*
machine/macseconds.cpp: mix-in to consolidate all of the copy-pastes of the M...
arbee
2025-07-12
2
-0
/
+78
*
sinclair/glukrs.cpp: Replaced custom RTC with verified KR512VI1/MC146818 (#13...
holub
2025-07-09
3
-7
/
+7
*
machine/kr2376.cpp: Added ROM bit 7 to the KR2376_ST encoder, used in externa...
Nigel Barnes
2025-07-09
2
-26
/
+33
*
machine/i2cds1307.cpp: Added I2C DS1307; Used the device in Spectrum Next (#1...
holub
2025-07-08
2
-0
/
+102
*
machine/i2cmem.cpp: Fixes and updates
AJR
2025-07-07
1
-44
/
+35
*
LDP1450: Fix display mode selection issue and grey background
James Wallace
2025-07-05
1
-3
/
+3
*
z80dma.cpp: Added UA858D variant; sinclair/spectrum.cpp: Added configurable D...
holub
2025-07-04
2
-4
/
+41
*
apple/macpwrbkmsc.cpp: Improved operation for all supported PowerBook Duos. [...
arbee
2025-07-03
2
-9
/
+11
*
Clean up various stuff.
Vas Crabb
2025-07-01
2
-21
/
+13
*
machine/icd2053b.cpp: Support for the Cypress Semiconductor ICD2053B programm...
arbee
2025-06-29
2
-0
/
+216
*
spg110_video: Remove unnecessary mem_mask parameters from read/write handlers
AJR
2025-06-25
2
-21
/
+21
*
srcclean
Vas Crabb
2025-06-25
3
-33
/
+33
*
casio/fz1.cpp: Add floppy to FZ-1 and clones (#13849)
Devin Acker
2025-06-21
2
-3
/
+14
*
LDP1450: Added preliminary support for custom On Screen Text mode. (#13490)
James Wallace
2025-06-18
2
-88
/
+412
*
machine/ay34592.cpp: New AY-3-4592 keyboard encoder device.
Nigel Barnes
2025-06-16
2
-0
/
+317
*
spg_renderer: Disable blending over transparent pixels (#13828)
Simon Eriksson
2025-06-14
1
-3
/
+4
*
anpncpc: Hook up I2C EEPROM; prevent sound CPU from running off the rails
AJR
2025-06-14
1
-1
/
+1
[next]