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
Commit message (
Expand
)
Author
Age
Files
Lines
*
srcclean in preparation for MAME 0.260 release branch
Vas Crabb
2023-10-22
5
-18
/
+18
*
midiin_device: support loading sysex dumps (#11625)
Devin Acker
2023-10-20
2
-5
/
+33
*
video/mc6847.cpp: Fix synchronization between MC6847 video display generator ...
dave-br
2023-10-20
1
-43
/
+116
*
machine/i82443bx_host.cpp: stub a 82443LX PAC variant
angelosa
2023-10-19
2
-3
/
+56
*
pokey: Latch current value of keyboard count when registering presses in non-...
AJR
2023-10-19
1
-1
/
+1
*
at_mb: Fix address map
AJR
2023-10-18
1
-1
/
+1
*
cpu/sh/sh.cpp - Fix MAC_W regression
Philip Bennett
2023-10-17
1
-2
/
+2
*
casio/casloopy.cpp: Promoted system to working. (#11621)
Phil Bennett
2023-10-18
5
-2
/
+423
*
casio/cz101.cpp: Added sound output and RAM cartridge, and promoted system to...
Devin Acker
2023-10-18
2
-0
/
+627
*
nubus/thunder4gx.cpp: Preliminary support for Radius Thunder IV GX video card...
arbee
2023-10-16
3
-0
/
+825
*
cpu/sh: Improved SH7021 SoC emulation. (#11610) [Ryan Holtz, Phil Bennett]
Phil Bennett
2023-10-16
22
-2196
/
+4594
*
Support MSX Sunrise SCC Flash cart type used in Manbow 2
AJR
2023-10-14
5
-0
/
+143
*
nmk/ddealer.cpp: replace MCU simulation in ddealer with emulated NMK-110 MCU ...
mamehaze
2023-10-13
1
-3
/
+6
*
Move format #includes out of header files
AJR
2023-10-12
85
-85
/
+104
*
spectrum_opus: Use device finder array for floppy drives
AJR
2023-10-12
2
-10
/
+8
*
c8280, hp9895: Use device finder arrays for floppy drives
AJR
2023-10-12
4
-22
/
+26
*
ep64_exdos, compis_fdc: Clean up code using device finder arrays for floppy d...
AJR
2023-10-12
4
-37
/
+34
*
abc_fd2, lux10828, lux21046: Clean up code using device finder arrays for flo...
AJR
2023-10-12
6
-63
/
+59
*
vtech_fdc: Use device finder array for floppy drives
AJR
2023-10-12
2
-28
/
+27
*
ss50_dc5: Clean up code using device finder array
AJR
2023-10-12
1
-23
/
+11
*
bus/ql: Use device array finders to clean up code in floppy disk options
AJR
2023-10-12
6
-27
/
+23
*
bus/mtx/sdx.cpp: Clean up code using device finder array
AJR
2023-10-12
2
-25
/
+22
*
adam_ddp: Clean up code using device finder array for cassettes
AJR
2023-10-12
2
-60
/
+43
*
Add missing files from last commit. [R. Belmont]
arbee
2023-10-11
2
-0
/
+432
*
nubus/8lc.cpp: Add support for the RasterOps 8LC card for the original Macint...
arbee
2023-10-11
3
-1
/
+14
*
8042kbdc: Unbundle keyboard from device and make it optional
AJR
2023-10-10
6
-14
/
+33
*
...reverting the mcs48 unneeded changes.
Roberto Fresca
2023-10-10
1
-1
/
+0
*
Major rewrite of Recreativos Franco MCS48-based slots driver. [Roberto Fres...
Roberto Fresca
2023-10-10
1
-0
/
+1
*
mc146818: Split non-direct read and write handlers into more hardware-accurat...
AJR
2023-10-09
33
-201
/
+160
*
workaround compile issue with tms57002.h / tms57002.hxx (#11593)
mamehaze
2023-10-09
1
-3
/
+1652
*
Floppy format API refinements
AJR
2023-10-08
1
-3
/
+3
*
Formats-related #include cleanup
AJR
2023-10-08
21
-35
/
+9
*
mu80: make the wave rom test pass
Olivier Galibert
2023-10-06
2
-10
/
+61
*
mu50: correct default a/d level
Olivier Galibert
2023-10-06
2
-63
/
+99
*
gmaster: update notes
hap
2023-10-05
1
-1
/
+0
*
cpu/sh: Explicitly #include prefix header (fixes GitHub #11591).
Vas Crabb
2023-10-03
2
-0
/
+2
*
pokey: Double-check to make sure timer IRQs are enabled before raising them
AJR
2023-10-02
1
-3
/
+6
*
bus/a800: Fix class hierarchy for "a5200_2chips" ROM type
AJR
2023-10-02
2
-2
/
+2
*
imagedev/floppy.cpp: Workaround for index timing regression
AJR
2023-10-02
1
-2
/
+2
*
swp00: small fixes to the lpf, may need more bits in the calculation though
Olivier Galibert
2023-10-01
1
-2
/
+2
*
bus/bbc/modem/scsiaiv: cleanup, no functional changes.
Nigel Barnes
2023-09-30
2
-13
/
+13
*
bus/electron/cumana: Added support for Cumana floppy format.
Nigel Barnes
2023-09-30
2
-17
/
+15
*
swp00: Add the lpf
Olivier Galibert
2023-09-30
2
-39
/
+124
*
dgpix: Use intelfsh + improvements to sound emulation (#11582)
987123879113
2023-09-30
4
-21
/
+80
*
mu50: Add the db50xg roms. They may even be the correct ones
Olivier Galibert
2023-09-29
4
-25
/
+1023
*
Miscellaneous change roll-up:
Vas Crabb
2023-09-29
3
-5
/
+6
*
upd7220: wrap the line if pitch is smaller than aw
cracyc
2023-09-26
2
-9
/
+9
*
bus/nubus/nubus.cpp: Support address mask for LC PDS. [R. Belmont]
arbee
2023-09-25
6
-37
/
+86
*
adsp2100: Fix one operation
AJR
2023-09-25
1
-1
/
+1
*
adsp2100: Fix a couple of disassembly regressions
AJR
2023-09-25
1
-2
/
+2
[next]