index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
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
...
*
Paracaidista driver and i8085 core improvements: [Roberto Fresca, Grull Osgo]
Roberto Fresca
13 days
1
-15
/
+41
*
Fixed a few issues and cleaned up code in Hudson Soft PC Engine component dev...
cam900
14 days
7
-504
/
+495
*
video/gba_lcd.cpp: Implement device_palette_interface rather than instantiati...
cam900
14 days
2
-6
/
+10
*
konami.lst: correction to prev commit with shift count
hap
14 days
1
-10
/
+10
*
-cpu/e132xs: Use word addressing for I/O.
Vas Crabb
14 days
6
-62
/
+64
*
konami cpu: shift amount for the extra shift opcodes is 4-bit [Jim Westfall]
hap
2025-04-06
1
-5
/
+5
*
konami cpu dasm: be consistent with uppercase data and reg names, renamed som...
hap
2025-04-06
2
-107
/
+107
*
cpu/e132xs: Changed STBS and STHS to do an unsigned range check.
Vas Crabb
2025-04-06
3
-28
/
+43
*
-cpu/e132xs: Fixed I/O for models with 16-bit external bus.
Vas Crabb
2025-04-06
6
-197
/
+453
*
cpu/z80: Improved z80 code generation (#13558)
holub
2025-04-05
10
-34
/
+25
*
cpu/e132xs: Improved comment about model differences.
Vas Crabb
2025-04-05
1
-21
/
+40
*
cpu/e132xs: It's rather important to initialise DRC handle pointers.
Vas Crabb
2025-04-05
1
-0
/
+1
*
cpu/e132xs: Untangled device types.
Vas Crabb
2025-04-05
5
-299
/
+608
*
pc_vga: only set the ramdac color when all three values are written
cracyc
2025-04-04
3
-23
/
+16
*
cpu/z180/z180.cpp: Fix filename in comment (#13555)
cam900
2025-04-03
1
-1
/
+1
*
konami cpu: set EXG/TFR reg A high byte to 0x10
hap
2025-04-03
2
-12
/
+4
*
-cpu/e132xs: Got rid of "Mission Craft flags" compile time option.
Vas Crabb
2025-04-04
6
-729
/
+681
*
cpu/drcbearm64.cpp: orr immediate needs a mask immediate.
Vas Crabb
2025-04-03
2
-2
/
+2
*
konami cpu: corrections to EXG/TFR opcode [hap, Jim Westfall]
hap
2025-04-02
3
-46
/
+58
*
cpu/drcbearm64.cpp: Fixed build after previous commit.
Vas Crabb
2025-04-03
1
-1
/
+1
*
-cpu/e132xs: Miscellaneous fixes/optimisation:
Vas Crabb
2025-04-03
6
-295
/
+411
*
Add a skeleton for an Oldsmobile Driver Information System (#13525)
Devin Acker
2025-04-02
3
-1
/
+27
*
bus/mmc5.cpp: Fix IRQ (#13547)
cam900
2025-04-02
1
-1
/
+1
*
Implemented VA EG (Envelope Generator) and VCA (Voltage Controlled Amplifier)...
m1macrophage
2025-04-02
4
-0
/
+320
*
x68k: add CZ-7BS1 dma glue logic
Patrick Mackinlay
2025-04-02
4
-6
/
+63
*
hd63450: add primitive /own and /dtack support
Patrick Mackinlay
2025-04-02
2
-6
/
+24
*
- consistent logging order for status (#13546)
Adam Billyard
2025-04-02
1
-4
/
+4
*
mb86233: add /3 clock divider
hap
2025-04-01
3
-6
/
+7
*
-cpu/e132xs: Log bus control and memory control setup.
Vas Crabb
2025-04-01
6
-52
/
+158
*
-cpu/e132xs.cpp: Improved exception emulation:
Vas Crabb
2025-04-01
5
-308
/
+297
*
cpu/m68000: For 68010 only, do not throw away buserr on prefetch (#13405)
Adam Billyard
2025-03-31
3
-2
/
+11
*
devices/sound/mmc5.cpp: Implement MMC5 sound emulation (#13487)
cam900
2025-03-30
6
-59
/
+537
*
v60: fix issue with CVTSW overflow flag after rounding
hap
2025-03-30
1
-6
/
+9
*
skeleton/huangyeh_m68k.cpp: pinpoint a bunch of I/O handlers
angelosa
2025-03-30
2
-15
/
+13
*
cpu/e132xs: Emulate more exceptions, more recompiler optimisation.
Vas Crabb
2025-03-31
6
-154
/
+340
*
minx: don't crash mame on divide by 0
hap
2025-03-30
2
-2
/
+2
*
-cpu/e132xs: Implemented pointer error exceptions for recompiler.
Vas Crabb
2025-03-30
5
-462
/
+428
*
m6502: like z80, around 10% performance gain by checking unset devcb on every...
hap
2025-03-29
1
-3
/
+6
*
z80: around 10% performance gain by checking if devcb is unset that is called...
hap
2025-03-29
1
-2
/
+4
*
nec/pc88va.cpp: port SASI support from PC-9801
angelosa
2025-03-29
2
-0
/
+30
*
-cpu/e132xs: General cleanup and usability improvements:
Vas Crabb
2025-03-29
9
-1331
/
+460
*
cpu/e132xs: More recompiler optimisation:
Vas Crabb
2025-03-28
4
-1123
/
+1248
*
cpu/e132xs: More recompiler optimisation:
Vas Crabb
2025-03-27
4
-299
/
+137
*
sound/s_dsp.cpp: Updates/Cleanups (#13488)
cam900
2025-03-26
2
-312
/
+227
*
cpu/e132xs: More fixes and optimisation:
Vas Crabb
2025-03-27
6
-340
/
+230
*
cpu/e132xs: Fixed some recompiler cycle counts:
Vas Crabb
2025-03-26
2
-22
/
+16
*
cpu/e132xs: Made debugging Hyperstone E1 software less painful.
Vas Crabb
2025-03-26
4
-144
/
+72
*
scsp: improve handling of MIDI interrupts (#13521)
Matthew Daniels
2025-03-26
2
-5
/
+20
*
cpu/e132xs: Call debugger exception hook for TRAP instructions.
Vas Crabb
2025-03-26
4
-53
/
+36
*
i960: Further disassembly fixes
AJR
2025-03-25
1
-3
/
+3
[prev]
[next]