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
/
cpu
/
bcp
Commit message (
Expand
)
Author
Age
Files
Lines
*
appease vs2019_clang with llvm 10.0
smf-
2020-04-25
1
-2
/
+2
*
dp8344: Disable side effects with certain opcodes; implement halt on reset (nw)
AJR
2019-12-03
2
-38
/
+46
*
dp8344: Add timer interrupt (nw)
AJR
2019-12-02
1
-7
/
+7
*
dp8344: Emulate timer (nw)
AJR
2019-12-02
2
-12
/
+32
*
dp8344: Improve register logging (nw)
AJR
2019-12-02
2
-11
/
+80
*
dp8344: Fix return address for LCALL (nw)
AJR
2019-12-02
1
-0
/
+1
*
dp8344: Split into two device types (only nominally different for now) (nw)
AJR
2019-12-01
2
-8
/
+50
*
dp8344: Fix EI and DI for EXX and RET instructions (nw)
AJR
2019-12-01
1
-2
/
+2
*
dp8344: SHL uses a bit count of 0-7, not 1-8 (nw)
AJR
2019-12-01
2
-2
/
+3
*
dp8344: Fix bizarre coding mistake (nw)
AJR
2019-12-01
1
-2
/
+2
*
dp8344: Unconditional RET only takes 2 T-states (nw)
AJR
2019-12-01
2
-4
/
+10
*
dp8344: Fix SHL disassembly
AJR
2019-12-01
1
-1
/
+1
*
dp8344: Fix accidental fallthrough (nw)
AJR
2019-12-01
1
-0
/
+1
*
dp8344: Add preliminary execution core
AJR
2019-12-01
2
-80
/
+771
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
1
-3
/
+3
*
(nw) please try to ensure #include guards will trip special-casing in dumb pr...
Vas Crabb
2019-09-16
2
-2
/
+2
*
Enable precompiled header usage in the Visual Studio compiler (#5473)
S.Z
2019-08-13
1
-0
/
+1
*
dp8344: Minor points (nw)
AJR
2019-07-06
2
-3
/
+3
*
dp8344: Preliminary remote interface (nw)
AJR
2019-07-06
2
-11
/
+103
*
bcpdasm: Correct some instruction decodings and formats (nw)
AJR
2019-06-22
2
-5
/
+5
*
Add disassembler and skeleton device for DP8344 Biphase Communications Processor
AJR
2019-06-22
4
-0
/
+1988