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
/
ns32000
Commit message (
Expand
)
Author
Age
Files
Lines
*
ns32082: implement program flow trace support
Patrick Mackinlay
2021-07-28
4
-7
/
+7
*
ns32000: fix smr instruction bug
Patrick Mackinlay
2021-07-28
1
-2
/
+2
*
ns32000: check destination is zero-extended
Patrick Mackinlay
2021-07-22
1
-5
/
+4
*
ns32000dasm: rewrite
Patrick Mackinlay
2021-07-16
2
-974
/
+538
*
ns32000: fix check instruction undefined behavior
Patrick Mackinlay
2021-07-16
1
-0
/
+4
*
Fix clang error: no case matching constant switch condition '1' [-Werror]
AJR
2021-06-04
1
-0
/
+6
*
ns32000: formatting
Patrick Mackinlay
2021-06-04
1
-1984
/
+1983
*
ns32000: prepare for mmu
Patrick Mackinlay
2021-06-04
3
-323
/
+609
*
ns32000: correct operand read/write bus space
Patrick Mackinlay
2021-05-10
2
-95
/
+96
*
ns32000: fix spr instruction
Patrick Mackinlay
2021-05-09
1
-29
/
+25
*
ns32000.cpp: Fix clang error: operator '?:' has lower precedence than '+'; '+...
AJR
2021-05-07
1
-8
/
+8
*
ns32000: bug fix
Patrick Mackinlay
2021-05-07
2
-197
/
+283
*
ns32000: disassembler fixes
Patrick Mackinlay
2021-05-05
1
-3
/
+3
*
ns32000: Initialize members
AJR
2020-11-02
1
-0
/
+15
*
ns32000: consume execution clock cycles
Patrick Mackinlay
2020-10-08
1
-19
/
+229
*
ns32000: one more bug fix
Patrick Mackinlay
2020-10-08
1
-1
/
+4
*
ns32000: many bug fixes
Patrick Mackinlay
2020-10-07
2
-200
/
+186
*
ns32000: avoid potential slave dependency issue
Patrick Mackinlay
2020-10-06
1
-1
/
+1
*
ns32000: undefined operation assumptions
Patrick Mackinlay
2020-10-06
1
-16
/
+27
*
ns32000: add slave processor interface
Patrick Mackinlay
2020-10-05
3
-317
/
+940
*
ns32000dasm: floating point fixes
Patrick Mackinlay
2020-10-05
2
-14
/
+36
*
ns32000: templatize on data bus width
Patrick Mackinlay
2020-09-28
2
-34
/
+47
*
ns32000: implemented dei, corrected neg
Patrick Mackinlay
2020-09-10
2
-79
/
+120
*
ns32000: fix shift/rotate instruction decoding bug
Patrick Mackinlay
2020-09-09
2
-10
/
+11
*
ns32000: more fixes, string instructions
Patrick Mackinlay
2020-09-09
1
-13
/
+102
*
ns32000: fix jump instruction
Patrick Mackinlay
2020-09-09
1
-1
/
+1
*
ns32000: Fix EXIT
AJR
2020-09-08
1
-1
/
+1
*
ns32000: initial cpu emulation
Patrick Mackinlay
2020-09-08
3
-170
/
+2188
*
ns32000: Disassembly format improvements
AJR
2020-03-17
2
-22
/
+58
*
ns32000: Disassembly improvements
AJR
2020-03-16
2
-46
/
+108
*
fixed some clang-tidy warnings (nw) (#6229)
Oliver Stöneberg
2020-01-29
2
-2
/
+2
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
1
-4
/
+4
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
4
-0
/
+1261
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
4
-1261
/
+0
*
srcclean (nw)
Vas Crabb
2019-03-24
1
-1
/
+1
*
ns32000dasm.cpp: Fix another catastrophic opcode format bug (nw)
AJR
2019-03-23
1
-1
/
+1
*
ns32000dasm.cpp: Fix catastrophic bug with one opcode format (nw)
AJR
2019-03-23
1
-0
/
+1
*
Fix clang error: private field 'm_pcmask' is not used [-Werror,-Wunused-priva...
AJR
2019-03-23
1
-1
/
+0
*
ns32000: Skeleton CPU device with disassembler for NS32000 family.
Nigel Barnes
2019-03-23
4
-0
/
+1261