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
/
cpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clones promoted to working
hap
2023-05-08
3
-16
/
+37
*
mcs51: implement serial input/output as bit stream (#11190)
Patrick Mackinlay
2023-05-08
3
-122
/
+231
*
mn1400: add i/o ports
hap
2023-05-07
5
-43
/
+143
*
zr36110: Add skeleton
Olivier Galibert
2023-05-07
2
-7
/
+7
*
mn1400: add most opcodes
hap
2023-05-07
4
-8
/
+147
*
mn1400: add opcode placeholders
hap
2023-05-07
5
-1
/
+465
*
mn1400: add pinout reference
hap
2023-05-06
3
-2
/
+42
*
mn1400: add mn1405 device
hap
2023-05-06
4
-22
/
+52
*
mn1400: add device skeleton
hap
2023-05-06
7
-7
/
+343
*
csplayh5: rename to hrdvd (High Rate DVD)
Olivier Galibert
2023-05-05
1
-1
/
+1
*
-casio/cz101.cpp: Added MIDI I/O and got it booting fully. (#11185)
Devin Acker
2023-05-05
2
-16
/
+33
*
powerpc: added 740 and 750 models to give the correct IDs. The 740/750 extend...
arbee
2023-05-01
3
-1
/
+26
*
mn1400: add disassembler
hap
2023-05-01
17
-544
/
+684
*
cpu/z80: Fixed incorrect cycle counts when custom cycle tables are used. (#11...
wilbertpol
2023-05-01
2
-2
/
+11
*
cpu/i386: Use logmacro.h granular logging. (#11171)
Luigi Thirty
2023-04-30
8
-228
/
+243
*
cpu/mips, sgi/sgi.cpp: Fixed MIPS3 PRID and memory controller RPSS issues: (#...
Jiaxun Yang
2023-04-30
3
-2
/
+15
*
kpython: Change CPU to PS/2 Emotion Engine
AJR
2023-04-29
2
-51
/
+149
*
m88000: fix subtraction borrow out
Patrick Mackinlay
2023-04-25
1
-5
/
+5
*
m88000: fix interrupts
Patrick Mackinlay
2023-04-23
1
-17
/
+45
*
srcclean in preparation for release
Vas Crabb
2023-04-23
7
-37
/
+41
*
i960: Shift opcode fixes
AJR
2023-04-22
1
-5
/
+10
*
yamaha: new GEW7 and GEW12 machines, various GEW8/MultiPCM improvements (#11105)
Devin Acker
2023-04-22
4
-0
/
+599
*
New systems marked not working
hap
2023-04-21
1
-1
/
+1
*
m88000: improve exception handling
Patrick Mackinlay
2023-04-21
2
-111
/
+275
*
smc1102: added timer
hap
2023-04-20
4
-11
/
+68
*
cpu/psx/rcnt.cpp: Suppress side effects.
Vas Crabb
2023-04-21
1
-13
/
+16
*
namco/namcos10.cpp: Added CD-ROM drive support and I/O for Taiko games. (#11131)
987123879113
2023-04-21
2
-1
/
+16
*
v810/v810.cpp: separate irqs into individual lines as a PoC (#11088)
Angelo Salese
2023-04-20
2
-73
/
+99
*
New working systems
hap
2023-04-19
3
-101
/
+101
*
namco/namcos10.cpp: More dumps/redumps, new decryption devices, and more I/O ...
987123879113
2023-04-19
2
-10
/
+35
*
cpu/v810: Suppress I/O space properly when it has no configured map.
Vas Crabb
2023-04-18
1
-4
/
+13
*
bus/gio64/newport.cpp, cpu/mips/mips3.cpp: Fixed issues affecting IRIX. (#11117)
Jiaxun Yang
2023-04-18
1
-9
/
+10
*
cpu/m6502: More this-> for templatey goodness.
Vas Crabb
2023-04-17
1
-3
/
+3
*
cpu/m6502: Template 6502 microcontroller helper on underlying CPU type.
Vas Crabb
2023-04-17
6
-84
/
+127
*
smc1102: add lcd and interrupt handling
hap
2023-04-14
7
-133
/
+298
*
mn1880: Fix execution of various instructions
AJR
2023-04-10
1
-7
/
+10
*
smc1102: add opcode placeholders and microinstructions
hap
2023-04-10
5
-62
/
+187
*
tmp68301: Fix confusion between internal copy of SR and interrupt in-service ...
AJR
2023-04-09
1
-1
/
+1
*
seta2: Fix samshoot and derivatives. Note, the parallel port is
Olivier Galibert
2023-04-09
1
-1
/
+1
*
h8_dma: Enable DEND interrupts
AJR
2023-04-08
6
-24
/
+37
*
h83003: Expose all four TEND outputs
AJR
2023-04-08
2
-11
/
+11
*
v810/v810.cpp: make opcode timings a bit more faithful to reality (#11079)
Angelo Salese
2023-04-08
2
-139
/
+189
*
m6809: Read reset vector during execute_run rather than device_reset to facil...
AJR
2023-04-08
3
-6
/
+5
*
smc1102: add device skeleton
hap
2023-04-07
16
-79
/
+220
*
smc1102: add disassembler
hap
2023-04-06
7
-142
/
+171
*
tmp68301: add missing header
Patrick Mackinlay
2023-04-06
1
-0
/
+1
*
m88000: fix unsigned division
Patrick Mackinlay
2023-04-05
1
-1
/
+3
*
add undocumented instructions and dissasembler (#11050)
tim lindner
2023-04-04
5
-811
/
+1066
*
tmp68301: Remove leftover debug break and reduce log spam
Olivier Galibert
2023-04-04
1
-5
/
+3
*
i8x9x: Fix a case where events could be delayed by mistake
Olivier Galibert
2023-04-04
1
-2
/
+2
[next]